diff options
author | Luca Abeni <lucabe72@email.it> | 2004-05-17 20:24:59 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-05-17 20:24:59 +0000 |
commit | ffc0ef960b1f7f2a5a566801c7ffa3dd4f0b157e (patch) | |
tree | bee7bd5e47613f113455033ffd7d144616f4156d /configure | |
parent | 2b5296d26bc5d71ede854ccfbc1ebc2a35a733ea (diff) | |
download | ffmpeg-ffc0ef960b1f7f2a5a566801c7ffa3dd4f0b157e.tar.gz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ;; |