Commit 92e7e7ac authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3137 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 52f7ebed
......@@ -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"
;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment