From d63ce2d132d26d58bd4bd8a5f7c666c8d917782c Mon Sep 17 00:00:00 2001 From: eddyg Date: Mon, 1 Dec 2008 21:40:15 +0000 Subject: [PATCH] Update ffmpeg to svn r15974, fixed up minor incompatiblities in the ffmpeg LATM diff context. git-svn-id: svn://localhost/HandBrake/trunk@1983 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- contrib/Jamfile | 2 +- contrib/patch-ffmpeg-latm.patch | 4 ++-- contrib/version_ffmpeg.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/Jamfile b/contrib/Jamfile index d50a9347..c6dd0e4f 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -111,7 +111,7 @@ actions LibAvCodec --disable-shared --enable-static --disable-encoders \ --enable-encoder=mpeg4 --enable-encoder=ac3 --enable-encoder=snow \ --enable-libfaad --disable-ffmpeg --disable-ffserver \ - --disable-muxers --enable-muxer=ipod --disable-bsfs \ + --disable-muxers --enable-muxer=ipod --disable-bsfs --disable-vhook \ --extra-cflags="-I$CONTRIB/include" \ --extra-ldflags="-L$CONTRIB/lib" $(FFMPEG_EXTRA_OPTIONS) && $(MAKE) && $(MAKE) install && diff --git a/contrib/patch-ffmpeg-latm.patch b/contrib/patch-ffmpeg-latm.patch index 5a503186..84cd6a85 100644 --- a/contrib/patch-ffmpeg-latm.patch +++ b/contrib/patch-ffmpeg-latm.patch @@ -11,10 +11,10 @@ Index: libavcodec/Makefile OBJS-$(CONFIG_LIBGSM) += libgsm.o OBJS-$(CONFIG_LIBMP3LAME) += libmp3lame.o OBJS-$(CONFIG_LIBSCHROEDINGER_DECODER) += libschroedingerdec.o libschroedinger.o libdirac_libschro.o -@@ -333,7 +333,7 @@ +@@ -350,7 +350,7 @@ OBJS-$(CONFIG_LIBXVID) += libxvidff.o libxvid_rc.o - + # parsers -OBJS-$(CONFIG_AAC_PARSER) += aac_parser.o aac_ac3_parser.o mpeg4audio.o +OBJS-$(CONFIG_AAC_PARSER) += aac_parser.o aac_ac3_parser.o mpeg4audio.o latm_parser.o OBJS-$(CONFIG_AC3_PARSER) += ac3_parser.o ac3tab.o aac_ac3_parser.o diff --git a/contrib/version_ffmpeg.txt b/contrib/version_ffmpeg.txt index 043a665f..8ca79d70 100644 --- a/contrib/version_ffmpeg.txt +++ b/contrib/version_ffmpeg.txt @@ -1 +1 @@ -http://download.m0k.org/handbrake/contrib/ffmpeg-r15462.tar.gz +http://download.m0k.org/handbrake/contrib/ffmpeg-r15974.tar.gz -- 2.11.0