mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
03b8e29289
commit
b6cd8593b3
|
@ -27,6 +27,7 @@
|
|||
#include "cmdutils.h"
|
||||
#include "avstring.h"
|
||||
#include "version.h"
|
||||
#include "config.h"
|
||||
|
||||
#undef exit
|
||||
|
||||
|
|
Loading…
Reference in New Issue