mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
7d66116903
Original commit message from CVS: * ffmpegrev: Update ffmpeg SVN revision to r16434 and update to the corresponding swscale snapshot. This new ffmpeg version has initial support for metadata (i.e. tags) but we don't use them yet (see bug #566605).
8 lines
440 B
Text
8 lines
440 B
Text
FFMPEG_REVISION=16434
|
|
FFMPEG_CO_DIR=gst-libs/ext/ffmpeg
|
|
FFMPEG_SVN=svn://svn.ffmpeg.org/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 '{2009-01-05 12:00:00 +0100}'"
|