1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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
This commit is contained in:
Ronald S. Bultje
2007-09-29 19:27:11 +00:00
committed by Diego Biurrun
parent 03b8e29289
commit b6cd8593b3

View File

@@ -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