diff options
author | Måns Rullgård <mans@mansr.com> | 2007-02-11 16:20:45 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-02-11 16:20:45 +0000 |
commit | f6f69c304e0c391ed2c4d4305bff3039e6f008d3 (patch) | |
tree | 4bd196329b6e865eb3e1bf71bbb84dd18c2ff3d5 | |
parent | 799c9e9bcbacd96e37513720b54bc519ac4ad825 (diff) | |
download | ffmpeg-f6f69c304e0c391ed2c4d4305bff3039e6f008d3.tar.gz |
handle network dependency on protocols with check_deps()
Originally committed as revision 7931 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -608,6 +608,7 @@ x11_grab_device_demuxer_deps="x11grab" ffplay_deps="sdl" ffserver_deps="network protocols muxers" +network_deps="protocols" # set temporary file name if test ! -z "$TMPDIR" ; then @@ -1101,7 +1102,7 @@ for opt do ;; --disable-mpegaudio-hp) mpegaudio_hp="no" ;; - --disable-protocols) protocols="no"; network="no" + --disable-protocols) protocols="no" ;; --disable-ffmpeg) ffmpeg="no" ;; |