mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 02:28:27 +00:00
7bb23479a1
Original commit message from CVS: * configure.ac: Slim down the build of 'prefered' ffmpeg snapshot to disable compilation of things we don't need. * ffmpegrev: Update our 'prefered' ffmpeg snapshot to rev 15004. This has the fix for a nasty wma2 decoding regression.
8 lines
442 B
Text
8 lines
442 B
Text
FFMPEG_REVISION=15004
|
|
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-07-23 00:07:21 +0200}'"
|