Commit 838054b7 authored by Felix Paul Kühne's avatar Felix Paul Kühne

swscale: fix compilation if avcodec and avformat are disabled

(cherry picked from commit 0b9f0d211699248112818b50e5b68d22c996cf3f)
parent 08df2ec1
......@@ -39,6 +39,7 @@
#ifdef HAVE_LIBAVUTIL_AVUTIL_H
# include <libavutil/avutil.h>
# include <libavutil/dict.h>
# include <libavutil/cpu.h>
# include <libavutil/log.h>
#define AV_OPTIONS_TEXT "Advanced options"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment