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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffmpeg/ffmpeg_decoder.h b/src/libffmpeg/ffmpeg_decoder.h
index adf0908dd..6de9e8772 100644
--- a/src/libffmpeg/ffmpeg_decoder.h
+++ b/src/libffmpeg/ffmpeg_decoder.h
@@ -25,7 +25,7 @@
#include "config.h"
#endif
-#ifdef HAVE_FFMPEG_AVCODEC_H
+#ifdef HAVE_FFMPEG_AVUTIL_H
# include <avcodec.h>
#else
# include <libavcodec/avcodec.h>