OSDN Git Service

cmdutils.c uses FFMPEG_CONFIGURATION from config.h without directly including
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 29 Sep 2007 19:27:11 +0000 (19:27 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 29 Sep 2007 19:27:11 +0000 (19:27 +0000)
config.h so that compilation without HAVE_AV_CONFIG_H fails.
patch by Ronald S. Bultje, rsbultje gmail com

Originally committed as revision 10619 to svn://svn.ffmpeg.org/ffmpeg/trunk

cmdutils.c

index 2228a7e..3471cf8 100644 (file)
@@ -27,6 +27,7 @@
 #include "cmdutils.h"
 #include "avstring.h"
 #include "version.h"
+#include "config.h"
 
 #undef exit