projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03b8e29
)
cmdutils.c uses FFMPEG_CONFIGURATION from config.h without directly including
author
Ronald S. Bultje
<rsbultje@gmail.com>
Sat, 29 Sep 2007 19:27:11 +0000
(19:27 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 29 Sep 2007 19:27:11 +0000
(19:27 +0000)
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
patch
|
blob
|
history
diff --git
a/cmdutils.c
b/cmdutils.c
index 2228a7e050b82beba05adabd44499181db266ec0..3471cf83e28e5fcbaa927d374f464393d0845f9e 100644
(file)
--- a/
cmdutils.c
+++ b/
cmdutils.c
@@
-27,6
+27,7
@@
#include "cmdutils.h"
#include "avstring.h"
#include "version.h"
+#include "config.h"
#undef exit