From ffc0ef960b1f7f2a5a566801c7ffa3dd4f0b157e Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Mon, 17 May 2004 20:24:59 +0000 Subject: [PATCH] don't compile ffserver if network is not enabled patch by (Luca Abeni ) Originally committed as revision 3137 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 238aa3c43c..5008bca499 100755 --- a/configure +++ b/configure @@ -371,7 +371,7 @@ for opt do ;; --disable-dv1394) dv1394="no" ;; - --disable-network) network="no" + --disable-network) network="no"; ffserver="no" ;; --disable-zlib) zlib="no" ;;