Skip to content
Snippets Groups Projects
Commit da2dc39e authored by Ramiro Polla's avatar Ramiro Polla
Browse files

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
parent d0f89acf
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,9 @@ ...@@ -38,7 +38,9 @@
#include "libavcodec/opt.h" #include "libavcodec/opt.h"
#include "cmdutils.h" #include "cmdutils.h"
#include "version.h" #include "version.h"
#if CONFIG_NETWORK
#include "libavformat/network.h" #include "libavformat/network.h"
#endif
#undef exit #undef exit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment