Commit 6e3dad9a authored by mru's avatar mru

handle network dependency on protocols with check_deps()


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7931 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ad24ba93
......@@ -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"
;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment