mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 04:11:31 +00:00
Update ffmpeg SVN revision to r16753
This commit is contained in:
parent
5aae1b5f7b
commit
1bc10e6bd8
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
FFMPEG_REVISION=16434
|
FFMPEG_REVISION=16753
|
||||||
FFMPEG_CO_DIR=gst-libs/ext/ffmpeg
|
FFMPEG_CO_DIR=gst-libs/ext/ffmpeg
|
||||||
FFMPEG_SVN=svn://svn.ffmpeg.org/ffmpeg/trunk
|
FFMPEG_SVN=svn://svn.ffmpeg.org/ffmpeg/trunk
|
||||||
# Because ffmpeg checks out libswscale via an svn:externals, checking
|
# Because ffmpeg checks out libswscale via an svn:externals, checking
|
||||||
# out an old ffmpeg does not check out a corresponding libswscale.
|
# out an old ffmpeg does not check out a corresponding libswscale.
|
||||||
# Keep the swscale checkout manually synchronized, then. Update this
|
# Keep the swscale checkout manually synchronized, then. Update this
|
||||||
# when you update FFMPEG_REVISION.
|
# when you update FFMPEG_REVISION.
|
||||||
FFMPEG_EXTERNALS_UPDATE="cd $FFMPEG_CO_DIR/libswscale && svn up -r '{2009-01-05 12:00:00 +0100}'"
|
FFMPEG_EXTERNALS_UPDATE="cd $FFMPEG_CO_DIR/libswscale && svn up -r '{2009-01-24 17:45:00 +0100}'"
|
||||||
|
|
Loading…
Reference in a new issue