Commit b5c8ae8a authored by ramiro's avatar ramiro

Revert part of r16593.

network.h should only be included when CONFIG_NETWORK is set.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17009 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9352a389
...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment