diff options
Diffstat (limited to 'ffmpegrev')
-rw-r--r-- | ffmpegrev | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,8 +1,9 @@ FFMPEG_REVISION=18939 FFMPEG_CO_DIR=gst-libs/ext/ffmpeg FFMPEG_SVN=svn://svn.ffmpeg.org/ffmpeg/branches/0.5 -# Because ffmpeg checks out libswscale via an svn:externals, checking +# Because ffmpeg trunk checks out libswscale via an svn:externals, checking # out an old ffmpeg does not check out a corresponding libswscale. # Keep the swscale checkout manually synchronized, then. Update this -# when you update FFMPEG_REVISION. -FFMPEG_EXTERNALS_REVISION=29320 +# when you update FFMPEG_REVISION. Set it to empty if there's no +# external to update (as on ffmpeg 0.5 branch) +FFMPEG_EXTERNALS_REVISION= |