summaryrefslogtreecommitdiffstats
path: root/contrib/ffmpeg/A02-audioconvert.patch
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ffmpeg/A02-audioconvert.patch')
-rw-r--r--contrib/ffmpeg/A02-audioconvert.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/ffmpeg/A02-audioconvert.patch b/contrib/ffmpeg/A02-audioconvert.patch
new file mode 100644
index 000000000..5062e3439
--- /dev/null
+++ b/contrib/ffmpeg/A02-audioconvert.patch
@@ -0,0 +1,12 @@
+diff -Naur ffmpeg.orig/libavcodec/Makefile ffmpeg/libavcodec/Makefile
+--- ffmpeg.orig/libavcodec/Makefile 2008-12-01 01:40:36.000000000 -0500
++++ ffmpeg/libavcodec/Makefile 2009-02-23 07:03:23.000000000 -0500
+@@ -3,7 +3,7 @@
+ NAME = avcodec
+ FFLIBS = avutil
+
+-HEADERS = avcodec.h opt.h
++HEADERS = avcodec.h opt.h audioconvert.h
+
+ OBJS = allcodecs.o \
+ audioconvert.o \