From 7d66116903fdba4ca7f48920d4e63cefc9330426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 5 Jan 2009 11:15:44 +0000 Subject: [PATCH] ffmpegrev: Update ffmpeg SVN revision to r16434 and update to the corresponding swscale snapshot. This new ffmpeg ver... 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). --- ChangeLog | 7 +++++++ ffmpegrev | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1337b58a78..54a80604a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-01-05 Sebastian Dröge + + * 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). + 2008-12-30 Edward Hervey * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps): diff --git a/ffmpegrev b/ffmpegrev index a10113e40f..ef0240304c 100644 --- a/ffmpegrev +++ b/ffmpegrev @@ -1,8 +1,8 @@ -FFMPEG_REVISION=16396 +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 '{2008-12-30 09:55:00 +0100}'" +FFMPEG_EXTERNALS_UPDATE="cd $FFMPEG_CO_DIR/libswscale && svn up -r '{2009-01-05 12:00:00 +0100}'"