diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-07-25 09:52:06 -0400 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-07-25 09:52:06 -0400 |
commit | aa86a930259d0a27222046e8528e92812eb7745b (patch) | |
tree | 0fecec8a85746c00d402f7da97f5cde59ba05ad4 | |
parent | 5d5bac396fdadb365590d6945471e7eb70cc5528 (diff) |
DVDDemuxPVRClient.h: No need to manually include avformat.h since we already include DllAvFormat.h
-rw-r--r-- | xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxPVRClient.h | 16 |
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; |