Menu

SF ffmpegSVN having "issues" for anyone else?

2007-07-14
2013-04-24
  • Jesse Litton

    Jesse Litton - 2007-07-14

    Just within the last week or so (I was on vacation for the couple of weeks prior), svn update seems to be grabbing the same updates.  I get the following *every* time I do an "svn update", even if it's on a brand-new checkout of the source:

    Is this happening to anyone else?

    evil@pluto:~/src/xvidcap$ svn update

    Fetching external item into 'trunk/ffmpeg-svn9451'

    Fetching external item into 'trunk/ffmpeg-svn9451/libswscale'
    D    trunk/ffmpeg-svn9451/libswscale/yuv2rgb_init.c
    U    trunk/ffmpeg-svn9451/libswscale/yuv2rgb.c
    U    trunk/ffmpeg-svn9451/libswscale/swscale.c
    U    trunk/ffmpeg-svn9451/libswscale/swscale_internal.h
    U    trunk/ffmpeg-svn9451/libswscale/swscale_altivec_template.c
    U    trunk/ffmpeg-svn9451/libswscale/yuv2rgb_mlib.c
    U    trunk/ffmpeg-svn9451/libswscale/cs_test.c
    U    trunk/ffmpeg-svn9451/libswscale/swscale.h
    U    trunk/ffmpeg-svn9451/libswscale/yuv2rgb_altivec.c
    U    trunk/ffmpeg-svn9451/libswscale/rgb2rgb_template.c
    U    trunk/ffmpeg-svn9451/libswscale/rgb2rgb.c
    U    trunk/ffmpeg-svn9451/libswscale/swscale-example.c
    U    trunk/ffmpeg-svn9451/libswscale/yuv2rgb_template.c
    U    trunk/ffmpeg-svn9451/libswscale/swscale_template.c
    U    trunk/ffmpeg-svn9451/libswscale/rgb2rgb.h
    U   trunk/ffmpeg-svn9451/libswscale
    Updated external to revision 23784.

    Updated to revision 9451.

    Fetching external item into 'trunk/ffmpeg-svn9451/libswscale'
    U    trunk/ffmpeg-svn9451/libswscale/yuv2rgb.c
    U    trunk/ffmpeg-svn9451/libswscale/swscale.c
    U    trunk/ffmpeg-svn9451/libswscale/swscale_internal.h
    U    trunk/ffmpeg-svn9451/libswscale/swscale_altivec_template.c
    U    trunk/ffmpeg-svn9451/libswscale/yuv2rgb_mlib.c
    U    trunk/ffmpeg-svn9451/libswscale/cs_test.c
    U    trunk/ffmpeg-svn9451/libswscale/swscale.h
    U    trunk/ffmpeg-svn9451/libswscale/yuv2rgb_altivec.c
    U    trunk/ffmpeg-svn9451/libswscale/rgb2rgb_template.c
    A    trunk/ffmpeg-svn9451/libswscale/yuv2rgb_init.c
    U    trunk/ffmpeg-svn9451/libswscale/rgb2rgb.c
    U    trunk/ffmpeg-svn9451/libswscale/swscale-example.c
    U    trunk/ffmpeg-svn9451/libswscale/yuv2rgb_template.c
    U    trunk/ffmpeg-svn9451/libswscale/swscale_template.c
    U    trunk/ffmpeg-svn9451/libswscale/rgb2rgb.h
    U   trunk/ffmpeg-svn9451/libswscale
    Updated external to revision 23698.

    Updated to revision 262.

     
    • Karl H. Beckers

      Karl H. Beckers - 2007-07-20

      Hi,
      this is somehat intentional.
      Previously an svn co of xvidcap would pull a well-defined version of ffmpeg through an svn external definition with a revision, but always the latest version of libswscale through a revision-less svn external on ffmpeg. This broke compilation a short time before the last change. I've fixed this by adding a second external to a specific revision of libswscale to xvidcap. This wil first fetch a version of ffmpeg (with the latest libswscale) and the downgrade libswscale to the version know to work with the ffmpeg version fetched.
      Any problems with that?
      karl.

       
    • Jesse Litton

      Jesse Litton - 2007-07-31

      No problem at all!  Thanks for the explanation - I was confused by what I was seeing, but it makes perfect sense now.

       

Log in to post a comment.