mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-19 13:50:58 +00:00
handle network dependency on protocols with check_deps()
Originally committed as revision 7931 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
799c9e9bcb
commit
f6f69c304e
3
configure
vendored
3
configure
vendored
@ -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"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user