Commit b6cd8593 authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Diego Biurrun

cmdutils.c uses FFMPEG_CONFIGURATION from config.h without directly including

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
parent 03b8e292
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include "cmdutils.h" #include "cmdutils.h"
#include "avstring.h" #include "avstring.h"
#include "version.h" #include "version.h"
#include "config.h"
#undef exit #undef exit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment