summaryrefslogtreecommitdiff
path: root/src/libffmpeg/ffmpeg_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libffmpeg/ffmpeg_decoder.h')
-rw-r--r--src/libffmpeg/ffmpeg_decoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libffmpeg/ffmpeg_decoder.h b/src/libffmpeg/ffmpeg_decoder.h
index 14788cf29..adf0908dd 100644
--- a/src/libffmpeg/ffmpeg_decoder.h
+++ b/src/libffmpeg/ffmpeg_decoder.h
@@ -25,10 +25,10 @@
#include "config.h"
#endif
-#ifdef HAVE_FFMPEG
+#ifdef HAVE_FFMPEG_AVCODEC_H
# include <avcodec.h>
#else
-# include "libavcodec/avcodec.h"
+# include <libavcodec/avcodec.h>
#endif
typedef struct ff_codec_s {