aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxPVRClient.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxPVRClient.h b/xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxPVRClient.h
index f423f3faa6..a5cac7317b 100644
--- a/xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxPVRClient.h
+++ b/xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxPVRClient.h
@@ -24,22 +24,6 @@
#include "DllAvCodec.h"
#include "DllAvFormat.h"
-#ifndef TARGET_POSIX
-#include <libavformat/avformat.h>
-#else
-extern "C" {
-#if (defined USE_EXTERNAL_FFMPEG)
- #if (defined HAVE_LIBAVFORMAT_AVFORMAT_H)
- #include <libavformat/avformat.h>
- #elif (defined HAVE_FFMPEG_AVFORMAT_H)
- #include <ffmpeg/avformat.h>
- #endif
-#else
- #include "libavformat/avformat.h"
-#endif
-}
-#endif
-
#include "pvr/addons/PVRClient.h"
class CDVDDemuxPVRClient;