mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
a93257590c
Original commit message from CVS: 2008-04-14 Andy Wingo <wingo@pobox.com> * autogen.sh: * ffmpegrev (FFMPEG_EXTERNALS_UPDATE): Because ffmpeg 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.
9 lines
484 B
Text
9 lines
484 B
Text
# 6315, 10844, 10876, 10910, 10932, 10939
|
|
FFMPEG_REVISION=12672
|
|
FFMPEG_CO_DIR=gst-libs/ext/ffmpeg
|
|
FFMPEG_SVN=svn://svn.mplayerhq.hu/ffmpeg/trunk
|
|
# Because ffmpeg 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_UPDATE="cd $FFMPEG_CO_DIR/libswscale && svn up -r '{2008-04-03 00:07:21 +0200}'"
|