diff options
Diffstat (limited to 'src/plugins/Input/ffmpeg/decoder_ffmpeg.h')
| -rw-r--r-- | src/plugins/Input/ffmpeg/decoder_ffmpeg.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/plugins/Input/ffmpeg/decoder_ffmpeg.h b/src/plugins/Input/ffmpeg/decoder_ffmpeg.h index 9e85c9089..ad4ab00b3 100644 --- a/src/plugins/Input/ffmpeg/decoder_ffmpeg.h +++ b/src/plugins/Input/ffmpeg/decoder_ffmpeg.h @@ -22,9 +22,8 @@ #define __decoder_ffmeg_h extern "C"{ -#if defined HAVE_FFMPEG_LIBAVFORMAT_AVFORMAT_H -#include <ffmpeg/libavformat/avformat.h> -#elif defined HAVE_FFMPEG_AVFORMAT_H + +#if defined HAVE_FFMPEG_AVFORMAT_H #include <ffmpeg/avformat.h> #elif defined HAVE_LIBAVFORMAT_AVFORMAT_H #include <libavformat/avformat.h> @@ -32,9 +31,8 @@ extern "C"{ #include <avformat.h> #endif -#if defined HAVE_FFMPEG_LIBAVCODEC_AVCODEC_H -#include <ffmpeg/libavcodec/avcodec.h> -#elif defined HAVE_FFMPEG_AVCODEC_H + +#if defined HAVE_FFMPEG_AVCODEC_H #include <ffmpeg/avcodec.h> #elif defined HAVE_LIBAVCODEC_AVCODEC_H #include <libavcodec/avcodec.h> |
