summaryrefslogtreecommitdiffstats
path: root/extra/ffmpeg/ffmpeg-20080826-14974-missing-header.patch
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-10 21:30:58 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-10 21:30:58 +0200
commit860b129a0379fcf192394c809a9cfaeb873dbd7a (patch)
treed7e0bc37c2249cbe2039e601bfd5c3c7e0f0effc /extra/ffmpeg/ffmpeg-20080826-14974-missing-header.patch
parent5f2f4ab41f7aab0d57de3b0e79545be4bc56ac65 (diff)
downloadnutyx-pakxe-860b129a0379fcf192394c809a9cfaeb873dbd7a.tar.gz
nutyx-pakxe-860b129a0379fcf192394c809a9cfaeb873dbd7a.tar.bz2
nutyx-pakxe-860b129a0379fcf192394c809a9cfaeb873dbd7a.tar.xz
nutyx-pakxe-860b129a0379fcf192394c809a9cfaeb873dbd7a.zip
Ajout de ffmpeg#0.5-1
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 \