mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
configure: Add a dependency on https for rtmpts
The rtmpts protocol uses https implicitly, via the ffrtmphttp protocol, but the ffrtmphttp protocol is also useable for plain rtmpt without https, so the dependency needs to be added here instead. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
5a9fa84585
commit
c66495c6d7
2
configure
vendored
2
configure
vendored
@ -1762,7 +1762,7 @@ rtmps_protocol_deps="!librtmp_protocol"
|
|||||||
rtmps_protocol_select="tls_protocol"
|
rtmps_protocol_select="tls_protocol"
|
||||||
rtmpt_protocol_select="ffrtmphttp_protocol"
|
rtmpt_protocol_select="ffrtmphttp_protocol"
|
||||||
rtmpte_protocol_select="ffrtmpcrypt_protocol ffrtmphttp_protocol"
|
rtmpte_protocol_select="ffrtmpcrypt_protocol ffrtmphttp_protocol"
|
||||||
rtmpts_protocol_select="ffrtmphttp_protocol"
|
rtmpts_protocol_select="ffrtmphttp_protocol https_protocol"
|
||||||
rtp_protocol_select="udp_protocol"
|
rtp_protocol_select="udp_protocol"
|
||||||
sctp_protocol_deps="network netinet_sctp_h"
|
sctp_protocol_deps="network netinet_sctp_h"
|
||||||
tcp_protocol_deps="network"
|
tcp_protocol_deps="network"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user