From b6cd8593b35771fd2d47554b52eda891acc6ba03 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sat, 29 Sep 2007 19:27:11 +0000 Subject: [PATCH] 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 --- cmdutils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmdutils.c b/cmdutils.c index 2228a7e05..3471cf83e 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -27,6 +27,7 @@ #include "cmdutils.h" #include "avstring.h" #include "version.h" +#include "config.h" #undef exit -- 2.11.0