Browse Source

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
tags/v0.5
Luca Abeni Michael Niedermayer 22 years ago
parent
commit
ffc0ef960b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure 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"
;;


Loading…
Cancel
Save