diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-07 05:38:23 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-07 06:14:57 +0200 |
commit | 8dd435f0cf2f0befab8d34e6e0d1beb2f46fc4ac (patch) | |
tree | fbd2e0cd103295249242be37ea16a871acf3412c /cmdutils.h | |
parent | cd20b93e2f5171054d6b3dd9daee1e832c1f9090 (diff) | |
download | ffmpeg-8dd435f0cf2f0befab8d34e6e0d1beb2f46fc4ac.tar.gz |
cmdutils: include config.h, fix "is not defined" warning due to CONFIG_OPENCL
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h index 2b9a825868..3fbaae93c2 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -24,6 +24,7 @@ #include <stdint.h> +#include "config.h" #include "libavcodec/avcodec.h" #include "libavfilter/avfilter.h" #include "libavformat/avformat.h" |