]> git.sesse.net Git - ffmpeg/commitdiff
handle network dependency on protocols with check_deps()
authorMåns Rullgård <mans@mansr.com>
Sun, 11 Feb 2007 16:20:45 +0000 (16:20 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 11 Feb 2007 16:20:45 +0000 (16:20 +0000)
Originally committed as revision 7931 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 359caf69ef1811f4b4179a461388d3b335e0368e..dd1ce1f5d26c4b608ed56023e9d8e1de3cb73872 100755 (executable)
--- 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"
   ;;