]> git.pld-linux.org Git - packages/moc.git/commitdiff
- fixed libavformat include dir
authorSzymon Siwek <sls@pld-linux.org>
Mon, 13 Oct 2008 15:45:00 +0000 (15:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    moc-ffmpeg.patch -> 1.1

moc-ffmpeg.patch [new file with mode: 0644]

diff --git a/moc-ffmpeg.patch b/moc-ffmpeg.patch
new file mode 100644 (file)
index 0000000..805cc81
--- /dev/null
@@ -0,0 +1,11 @@
+--- moc-2.4.3/decoder_plugins/ffmpeg/ffmpeg.c.orig     2008-10-13 00:00:40.792474789 +0200
++++ moc-2.4.3/decoder_plugins/ffmpeg/ffmpeg.c  2008-10-13 00:01:03.290928519 +0200
+@@ -22,7 +22,7 @@
+ #ifdef HAVE_INTTYPES_H
+ # include <inttypes.h>
+ #endif
+-#include <ffmpeg/avformat.h>
++#include <libavformat/avformat.h>
+ /* FFmpeg also likes common names, without that, our common.h and log.h would
+  * not be included. */
This page took 0.070443 seconds and 4 git commands to generate.