ffmpegrev: Update ffmpeg revision to 16086 and update to the corresponding swscale revision.

Original commit message from CVS:
* ffmpegrev:
Update ffmpeg revision to 16086 and update to the corresponding
swscale revision.
This commit is contained in:
Sebastian Dröge 2008-12-13 06:51:26 +00:00
parent 9a724607c9
commit f1e4282538
3 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2008-12-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* ffmpegrev:
Update ffmpeg revision to 16086 and update to the corresponding
swscale revision.
2008-12-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* Makefile.am:

2
common

@ -1 +1 @@
Subproject commit a8728f3f810904c94f0b6678a7633d551514f335
Subproject commit 1c24dce4e32f0a725ebd1b8ba2cd48d373818f75

View file

@ -1,8 +1,8 @@
FFMPEG_REVISION=16001
FFMPEG_REVISION=16086
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-12-04 08:34:00 +0100}'"
FFMPEG_EXTERNALS_UPDATE="cd $FFMPEG_CO_DIR/libswscale && svn up -r '{2008-12-13 07:35:00 +0100}'"