Browse code

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

Ramiro Polla authored on 2009/02/06 03:51:29
Showing 1 changed files
... ...
@@ -38,7 +38,9 @@
38 38
 #include "libavcodec/opt.h"
39 39
 #include "cmdutils.h"
40 40
 #include "version.h"
41
+#if CONFIG_NETWORK
41 42
 #include "libavformat/network.h"
43
+#endif
42 44
 
43 45
 #undef exit
44 46