File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3747,8 +3747,7 @@ wav_demuxer_select="riffdec"
3747
3747
wav_muxer_select=" riffenc"
3748
3748
webm_chunk_muxer_select=" webm_muxer"
3749
3749
webm_dash_manifest_demuxer_select=" matroska_demuxer"
3750
- # TODO: Support libtls, mbedtls, and gnutls.
3751
- whip_muxer_deps_any=" openssl"
3750
+ whip_muxer_deps_any=" dtls_protocol"
3752
3751
wtv_demuxer_select=" mpegts_demuxer riffdec"
3753
3752
wtv_muxer_select=" mpegts_muxer riffenc"
3754
3753
xmv_demuxer_select=" riffdec"
@@ -3847,6 +3846,9 @@ srtp_protocol_select="rtp_protocol srtp"
3847
3846
tcp_protocol_select=" network"
3848
3847
tls_protocol_deps_any=" gnutls openssl schannel securetransport libtls mbedtls"
3849
3848
tls_protocol_select=" tcp_protocol"
3849
+ # TODO: Support libtls, mbedtls, and gnutls.
3850
+ dtls_protocol_deps_any=" openssl"
3851
+ dtls_protocol_select=" udp_protocol"
3850
3852
udp_protocol_select=" network"
3851
3853
udplite_protocol_select=" network"
3852
3854
unix_protocol_deps=" sys_un_h"
You can’t perform that action at this time.
0 commit comments