diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2007-09-29 19:27:11 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-09-29 19:27:11 +0000 |
commit | b6cd8593b35771fd2d47554b52eda891acc6ba03 (patch) | |
tree | 0ef13f2d711ea48279301e58a612cf96f277a30c /cmdutils.c | |
parent | 03b8e29289262c7bc4b5dee954c68c3b1332eed0 (diff) | |
download | ffmpeg-b6cd8593b35771fd2d47554b52eda891acc6ba03.tar.gz |
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
Diffstat (limited to 'cmdutils.c')
-rw-r--r-- | cmdutils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmdutils.c b/cmdutils.c index 2228a7e050..3471cf83e2 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 |