From da2dc39e74b755f9cfcb6645d65d0a630148759e Mon Sep 17 00:00:00 2001
From: Ramiro Polla <ramiro.polla@gmail.com>
Date: Thu, 5 Feb 2009 18:51:29 +0000
Subject: [PATCH] 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(+)

diff --git a/cmdutils.c b/cmdutils.c
index b28c00d8fa6..d5fb6cff7bb 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
 
-- 
GitLab