aboutsummaryrefslogtreecommitdiff
path: root/lib/DllAvFormat.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/DllAvFormat.h')
-rw-r--r--lib/DllAvFormat.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/DllAvFormat.h b/lib/DllAvFormat.h
index 791dc01c0f..c3029db3b6 100644
--- a/lib/DllAvFormat.h
+++ b/lib/DllAvFormat.h
@@ -37,11 +37,7 @@ extern "C" {
#pragma warning(disable:4244)
#endif
#if (defined USE_EXTERNAL_FFMPEG)
- #if (defined HAVE_LIBAVFORMAT_AVFORMAT_H)
- #include <libavformat/avformat.h>
- #else
- #include <ffmpeg/avformat.h>
- #endif
+ #include <libavformat/avformat.h>
/* xbmc_read_frame_flush() is defined for us in lib/xbmc-dll-symbols/DllAvFormat.c */
void xbmc_read_frame_flush(AVFormatContext *s);
#else