| Index: patches/to_upstream/05_respect_flac_dirac_configure.patch
|
| ===================================================================
|
| --- patches/to_upstream/05_respect_flac_dirac_configure.patch (revision 50820)
|
| +++ patches/to_upstream/05_respect_flac_dirac_configure.patch (working copy)
|
| @@ -1,7 +1,7 @@
|
| diff -rpu -N orig/libavcodec/Makefile ffmpeg-mt/libavcodec/Makefile
|
| ---- orig/libavcodec/Makefile 2010-06-17 09:45:25.394070600 -0700
|
| -+++ ffmpeg-mt/libavcodec/Makefile 2010-06-17 09:45:27.545285700 -0700
|
| -@@ -509,8 +509,7 @@ OBJS-$(CONFIG_MATROSKA_MUXER) +
|
| +--- orig/libavcodec/Makefile 2010-06-24 19:19:28.449283400 -0700
|
| ++++ ffmpeg-mt/libavcodec/Makefile 2010-06-24 19:19:31.085717200 -0700
|
| +@@ -510,8 +510,7 @@ OBJS-$(CONFIG_MATROSKA_MUXER) +
|
| OBJS-$(CONFIG_MOV_DEMUXER) += mpeg4audio.o mpegaudiodata.o
|
| OBJS-$(CONFIG_MPEGTS_MUXER) += mpegvideo.o mpeg4audio.o
|
| OBJS-$(CONFIG_NUT_MUXER) += mpegaudiodata.o
|
| @@ -12,8 +12,8 @@
|
| OBJS-$(CONFIG_RTP_MUXER) += mpegvideo.o
|
| OBJS-$(CONFIG_WEBM_MUXER) += xiph.o mpeg4audio.o \
|
| diff -rpu -N orig/libavformat/Makefile ffmpeg-mt/libavformat/Makefile
|
| ---- orig/libavformat/Makefile 2010-06-17 09:45:26.494180600 -0700
|
| -+++ ffmpeg-mt/libavformat/Makefile 2010-06-17 09:45:27.549286100 -0700
|
| +--- orig/libavformat/Makefile 2010-06-24 19:19:29.291694200 -0700
|
| ++++ ffmpeg-mt/libavformat/Makefile 2010-06-24 19:19:31.085717200 -0700
|
| @@ -146,12 +146,12 @@ OBJS-$(CONFIG_NULL_MUXER)
|
| OBJS-$(CONFIG_NUT_DEMUXER) += nutdec.o nut.o riff.o
|
| OBJS-$(CONFIG_NUT_MUXER) += nutenc.o nut.o riff.o
|
| @@ -31,8 +31,8 @@
|
| oggparsevorbis.o \
|
| riff.o \
|
| diff -rpu -N orig/libavformat/oggdec.c ffmpeg-mt/libavformat/oggdec.c
|
| ---- orig/libavformat/oggdec.c 2010-06-17 09:45:26.535184700 -0700
|
| -+++ ffmpeg-mt/libavformat/oggdec.c 2010-06-17 09:45:27.552286400 -0700
|
| +--- orig/libavformat/oggdec.c 2010-06-24 19:19:29.416495800 -0700
|
| ++++ ffmpeg-mt/libavformat/oggdec.c 2010-06-24 19:19:31.085717200 -0700
|
| @@ -40,13 +40,23 @@
|
|
|
| static const struct ogg_codec * const ogg_codecs[] = {
|
|
|