From: Måns Rullgård Date: Sun, 11 Feb 2007 16:20:45 +0000 (+0000) Subject: handle network dependency on protocols with check_deps() X-Git-Tag: v0.5~10126 X-Git-Url: https://git.libav.org/?p=libav.git;a=commitdiff_plain;h=f6f69c304e0c391ed2c4d4305bff3039e6f008d3;hp=799c9e9bcbacd96e37513720b54bc519ac4ad825 handle network dependency on protocols with check_deps() Originally committed as revision 7931 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index 359caf69ef..dd1ce1f5d2 100755 --- a/configure +++ b/configure @@ -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" ;;