mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
ffmpegrev: Updating ffmpeg SVN revision to r16396 and update to the corresponding swscale snapshot. This update featu...
Original commit message from CVS: * ffmpegrev: Updating ffmpeg SVN revision to r16396 and update to the corresponding swscale snapshot. This update features a lot of bugfixes, some of them being security related.
This commit is contained in:
parent
01c49178c0
commit
97df53e604
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2008-12-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
|
* ffmpegrev:
|
||||||
|
Updating ffmpeg SVN revision to r16396 and update to the corresponding
|
||||||
|
swscale snapshot. This update features a lot of bugfixes, some of them
|
||||||
|
being security related.
|
||||||
|
|
||||||
2008-12-24 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
2008-12-24 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
* ffmpegrev:
|
* ffmpegrev:
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
FFMPEG_REVISION=16304
|
FFMPEG_REVISION=16396
|
||||||
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 '{2008-12-24 09:04:00 +0100}'"
|
FFMPEG_EXTERNALS_UPDATE="cd $FFMPEG_CO_DIR/libswscale && svn up -r '{2008-12-30 09:55:00 +0100}'"
|
||||||
|
|
Loading…
Reference in a new issue