From da2dc39e74b755f9cfcb6645d65d0a630148759e Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Thu, 5 Feb 2009 18:51:29 +0000 Subject: 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 --- cmdutils.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmdutils.c') diff --git a/cmdutils.c b/cmdutils.c index b28c00d8fa..d5fb6cff7b 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -38,7 +38,9 @@ #include "libavcodec/opt.h" #include "cmdutils.h" #include "version.h" +#if CONFIG_NETWORK #include "libavformat/network.h" +#endif #undef exit -- cgit v1.2.3