mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
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
Block a user