From 8dd435f0cf2f0befab8d34e6e0d1beb2f46fc4ac Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 7 May 2014 05:38:23 +0200 Subject: [PATCH] cmdutils: include config.h, fix "is not defined" warning due to CONFIG_OPENCL Signed-off-by: Michael Niedermayer --- cmdutils.h | 1 + 1 file changed, 1 insertion(+) 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"