13 lines
526 B
Diff
13 lines
526 B
Diff
|
diff -pruN moc-2.4.3.orig/decoder_plugins/ffmpeg/ffmpeg.c moc-2.4.3/decoder_plugins/ffmpeg/ffmpeg.c
|
||
|
--- moc-2.4.3.orig/decoder_plugins/ffmpeg/ffmpeg.c 2008-10-30 07:42:38.000000000 +0100
|
||
|
+++ moc-2.4.3/decoder_plugins/ffmpeg/ffmpeg.c 2008-10-30 07:44:12.000000000 +0100
|
||
|
@@ -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. */
|