cmdutils.c uses FFMPEG_CONFIGURATION from config.h without directly including
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 29 Sep 2007 19:27:11 +0000 (19:27 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 29 Sep 2007 19:27:11 +0000 (19:27 +0000)
commitb6cd8593b35771fd2d47554b52eda891acc6ba03
tree0ef13f2d711ea48279301e58a612cf96f277a30c
parent03b8e29289262c7bc4b5dee954c68c3b1332eed0
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