Commit 8e4409cf authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10619 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent caf571ab
......@@ -27,6 +27,7 @@
#include "cmdutils.h"
#include "avstring.h"
#include "version.h"
#include "config.h"
#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