aboutsummaryrefslogtreecommitdiff
path: root/lib/DllAvFormat.h
diff options
context:
space:
mode:
authorvdrfan <vdrfan-nospam-@xbmc.org>2011-12-28 23:24:08 +0100
committervdrfan <vdrfan-nospam-@xbmc.org>2011-12-28 23:24:08 +0100
commit5599ba38f0893032545a3b3a5d9b73f46436d2d1 (patch)
tree3b4d355fda8c32a421609858bf676de588fc6e26 /lib/DllAvFormat.h
parentdd202129cfe6275354f8cb35c7fb20cd8e49429f (diff)
fixed: do not include the internal ffmpeg header file - riff.h (fixes #12370)
Diffstat (limited to 'lib/DllAvFormat.h')
-rw-r--r--lib/DllAvFormat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/DllAvFormat.h b/lib/DllAvFormat.h
index 267f1eecae..46a7481995 100644
--- a/lib/DllAvFormat.h
+++ b/lib/DllAvFormat.h
@@ -42,13 +42,10 @@ extern "C" {
#else
#include <ffmpeg/avformat.h>
#endif
- /* libavformat/riff.h is not a public header, so include it here */
- #include "ffmpeg/libavformat/riff.h"
/* av_read_frame_flush() is defined for us in lib/xbmc-dll-symbols/DllAvFormat.c */
void av_read_frame_flush(AVFormatContext *s);
#else
#include "libavformat/avformat.h"
- #include "libavformat/riff.h"
#endif
}