mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
Revert part of r16593.
network.h should only be included when CONFIG_NETWORK is set. Originally committed as revision 17009 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d0f89acf60
commit
da2dc39e74
@ -38,7 +38,9 @@
|
||||
#include "libavcodec/opt.h"
|
||||
#include "cmdutils.h"
|
||||
#include "version.h"
|
||||
#if CONFIG_NETWORK
|
||||
#include "libavformat/network.h"
|
||||
#endif
|
||||
|
||||
#undef exit
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user