From ea6e0c402432c3928dd1b7b5c6691d64e399043e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 4 Dec 2008 07:41:16 +0000 Subject: [PATCH] ffmpegrev: Update ffmpeg rev to 16001 and update the date for the corresponding swscale checkout. Original commit message from CVS: * ffmpegrev: Update ffmpeg rev to 16001 and update the date for the corresponding swscale checkout. --- ChangeLog | 6 ++++++ ffmpegrev | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1a7607c828..c6e15d2d18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-12-04 Sebastian Dröge + + * ffmpegrev: + Update ffmpeg rev to 16001 and update the date for the corresponding + swscale checkout. + 2008-12-03 Yotam Shtossel reviewed by: Edward Hervey diff --git a/ffmpegrev b/ffmpegrev index 8d881a37e7..87e857f381 100644 --- a/ffmpegrev +++ b/ffmpegrev @@ -1,8 +1,8 @@ -FFMPEG_REVISION=15750 +FFMPEG_REVISION=16001 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-10-30 12:29:00 +0100}'" +FFMPEG_EXTERNALS_UPDATE="cd $FFMPEG_CO_DIR/libswscale && svn up -r '{2008-12-04 08:34:00 +0100}'"