Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-07 07:38:23 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-05-07 08:14:57 +0400
commit8dd435f0cf2f0befab8d34e6e0d1beb2f46fc4ac (patch)
treefbd2e0cd103295249242be37ea16a871acf3412c /cmdutils.h
parentcd20b93e2f5171054d6b3dd9daee1e832c1f9090 (diff)
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.h1
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"