From 58317ad312eee14fbdcd56fbab0034b3177584e0 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 6 Dec 2008 16:52:27 +0000 Subject: fixed build git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@671 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/ffmpeg/decoderffmpegfactory.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/plugins/Input/ffmpeg/decoderffmpegfactory.cpp') diff --git a/src/plugins/Input/ffmpeg/decoderffmpegfactory.cpp b/src/plugins/Input/ffmpeg/decoderffmpegfactory.cpp index 35abd0eac..22f16799e 100644 --- a/src/plugins/Input/ffmpeg/decoderffmpegfactory.cpp +++ b/src/plugins/Input/ffmpeg/decoderffmpegfactory.cpp @@ -22,9 +22,7 @@ extern "C" { -#if defined HAVE_FFMPEG_LIBAVFORMAT_AVFORMAT_H -#include -#elif defined HAVE_FFMPEG_AVFORMAT_H +#if defined HAVE_FFMPEG_AVFORMAT_H #include #elif defined HAVE_LIBAVFORMAT_AVFORMAT_H #include @@ -32,9 +30,8 @@ extern "C" #include #endif -#if defined HAVE_FFMPEG_LIBAVCODEC_AVCODEC_H -#include -#elif defined HAVE_FFMPEG_AVCODEC_H + +#if defined HAVE_FFMPEG_AVCODEC_H #include #elif defined HAVE_LIBAVCODEC_AVCODEC_H #include -- cgit v1.2.3-13-gbd6f