]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Revert part of r16593.
authorramiro <ramiro@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 5 Feb 2009 18:51:29 +0000 (18:51 +0000)
committerramiro <ramiro@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 5 Feb 2009 18:51:29 +0000 (18:51 +0000)
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

cmdutils.c

index b28c00d8fa6b89522f4f3f299cff3726ab2fa7b1..d5fb6cff7bb9f346ce2c7fdb0212dd67a5fd115a 100644 (file)
@@ -38,7 +38,9 @@
 #include "libavcodec/opt.h"
 #include "cmdutils.h"
 #include "version.h"
+#if CONFIG_NETWORK
 #include "libavformat/network.h"
+#endif
 
 #undef exit