don't compile ffserver if network is not enabled patch by (Luca Abeni <lucabe72 at email dot it>)

Originally committed as revision 3137 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Luca Abeni 2004-05-17 20:24:59 +00:00 committed by Michael Niedermayer
parent 2b5296d26b
commit ffc0ef960b
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"
;;