summaryrefslogtreecommitdiffstats
path: root/extra/ffmpeg/ffmpeg-20080826-14974-missing-header.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ffmpeg/ffmpeg-20080826-14974-missing-header.patch')
-rw-r--r--extra/ffmpeg/ffmpeg-20080826-14974-missing-header.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/ffmpeg/ffmpeg-20080826-14974-missing-header.patch b/extra/ffmpeg/ffmpeg-20080826-14974-missing-header.patch
new file mode 100644
index 000000000..6f8699328
--- /dev/null
+++ b/extra/ffmpeg/ffmpeg-20080826-14974-missing-header.patch
@@ -0,0 +1,17 @@
+diff -pruN ffmpeg.orig/libavutil/Makefile ffmpeg/libavutil/Makefile
+--- ffmpeg.orig/libavutil/Makefile 2008-08-27 00:40:28.026327179 +1000
++++ ffmpeg/libavutil/Makefile 2008-08-27 00:49:51.206331526 +1000
+@@ -28,10 +28,13 @@ HEADERS = adler32.h \
+ avstring.h \
+ avutil.h \
+ base64.h \
++ bswap.h \
+ common.h \
+ crc.h \
+ fifo.h \
++ internal.h \
+ intfloat_readwrite.h \
++ intreadwrite.h \
+ log.h \
+ lzo.h \
+ mathematics.h \