[FFmpeg-cvslog] cmdutils: include config.h, fix "is not defined" warning due to CONFIG_OPENCL

Michael Niedermayer git at videolan.org
Wed May 7 06:15:23 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed May  7 05:38:23 2014 +0200| [8dd435f0cf2f0befab8d34e6e0d1beb2f46fc4ac] | committer: Michael Niedermayer

cmdutils: include config.h, fix "is not defined" warning due to CONFIG_OPENCL

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8dd435f0cf2f0befab8d34e6e0d1beb2f46fc4ac
---

 cmdutils.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/cmdutils.h b/cmdutils.h
index 2b9a825..3fbaae9 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"



More information about the ffmpeg-cvslog mailing list