mirror of https://git.ffmpeg.org/ffmpeg.git
httpproxy: Fix dependencies
Fix building with --disable-network. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
66e9c0b6ab
commit
c40e1757a1
|
@ -1480,6 +1480,8 @@ x11_grab_device_indev_extralibs="-lX11 -lXext -lXfixes"
|
|||
|
||||
# protocols
|
||||
gopher_protocol_deps="network"
|
||||
httpproxy_protocol_deps="network"
|
||||
httpproxy_protocol_select="tcp_protocol"
|
||||
http_protocol_deps="network"
|
||||
http_protocol_select="tcp_protocol"
|
||||
https_protocol_select="tls_protocol"
|
||||
|
|
Loading…
Reference in New Issue