From: Michael Niedermayer Date: Wed, 7 May 2014 03:38:23 +0000 (+0200) Subject: cmdutils: include config.h, fix "is not defined" warning due to CONFIG_OPENCL X-Git-Tag: n2.3~1311 X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=8dd435f0cf2f0befab8d34e6e0d1beb2f46fc4ac cmdutils: include config.h, fix "is not defined" warning due to CONFIG_OPENCL Signed-off-by: Michael Niedermayer --- diff --git a/cmdutils.h b/cmdutils.h index 2b9a825868..3fbaae93c2 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -24,6 +24,7 @@ #include +#include "config.h" #include "libavcodec/avcodec.h" #include "libavfilter/avfilter.h" #include "libavformat/avformat.h"