You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
build: Add missing zlib dependencies for several protocols
This commit is contained in:
9
configure
vendored
9
configure
vendored
@@ -2445,8 +2445,11 @@ ffrtmphttp_protocol_conflict="librtmp_protocol"
|
|||||||
ffrtmphttp_protocol_select="http_protocol"
|
ffrtmphttp_protocol_select="http_protocol"
|
||||||
gopher_protocol_select="network"
|
gopher_protocol_select="network"
|
||||||
http_protocol_select="tcp_protocol"
|
http_protocol_select="tcp_protocol"
|
||||||
|
http_protocol_suggest="zlib"
|
||||||
httpproxy_protocol_select="tcp_protocol"
|
httpproxy_protocol_select="tcp_protocol"
|
||||||
|
httpproxy_protocol_suggest="zlib"
|
||||||
https_protocol_select="tls_protocol"
|
https_protocol_select="tls_protocol"
|
||||||
|
https_protocol_suggest="zlib"
|
||||||
icecast_protocol_select="http_protocol"
|
icecast_protocol_select="http_protocol"
|
||||||
librtmp_protocol_deps="librtmp"
|
librtmp_protocol_deps="librtmp"
|
||||||
librtmpe_protocol_deps="librtmp"
|
librtmpe_protocol_deps="librtmp"
|
||||||
@@ -2457,12 +2460,18 @@ mmsh_protocol_select="http_protocol"
|
|||||||
mmst_protocol_select="network"
|
mmst_protocol_select="network"
|
||||||
rtmp_protocol_conflict="librtmp_protocol"
|
rtmp_protocol_conflict="librtmp_protocol"
|
||||||
rtmp_protocol_select="tcp_protocol"
|
rtmp_protocol_select="tcp_protocol"
|
||||||
|
rtmp_protocol_suggest="zlib"
|
||||||
rtmpe_protocol_select="ffrtmpcrypt_protocol"
|
rtmpe_protocol_select="ffrtmpcrypt_protocol"
|
||||||
|
rtmpe_protocol_suggest="zlib"
|
||||||
rtmps_protocol_conflict="librtmp_protocol"
|
rtmps_protocol_conflict="librtmp_protocol"
|
||||||
rtmps_protocol_select="tls_protocol"
|
rtmps_protocol_select="tls_protocol"
|
||||||
|
rtmps_protocol_suggest="zlib"
|
||||||
rtmpt_protocol_select="ffrtmphttp_protocol"
|
rtmpt_protocol_select="ffrtmphttp_protocol"
|
||||||
|
rtmpt_protocol_suggest="zlib"
|
||||||
rtmpte_protocol_select="ffrtmpcrypt_protocol ffrtmphttp_protocol"
|
rtmpte_protocol_select="ffrtmpcrypt_protocol ffrtmphttp_protocol"
|
||||||
|
rtmpte_protocol_suggest="zlib"
|
||||||
rtmpts_protocol_select="ffrtmphttp_protocol https_protocol"
|
rtmpts_protocol_select="ffrtmphttp_protocol https_protocol"
|
||||||
|
rtmpts_protocol_suggest="zlib"
|
||||||
rtp_protocol_select="udp_protocol"
|
rtp_protocol_select="udp_protocol"
|
||||||
sctp_protocol_deps="struct_sctp_event_subscribe"
|
sctp_protocol_deps="struct_sctp_event_subscribe"
|
||||||
sctp_protocol_select="network"
|
sctp_protocol_select="network"
|
||||||
|
|||||||
Reference in New Issue
Block a user