PR #21554 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21554 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21554.patch
The dtls_protocol is ffmpeg component, should be included by whip_muxer_select Signed-off-by: Jack Lau <[email protected]> >From 9c676ee7e7d18ecafaa393122c6ab4142025929e Mon Sep 17 00:00:00 2001 From: Jack Lau <[email protected]> Date: Fri, 23 Jan 2026 15:03:34 +0800 Subject: [PATCH] configure: update whip dependences The dtls_protocol is ffmpeg component, should be included by whip_muxer_select Signed-off-by: Jack Lau <[email protected]> --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index 01edfacacc..1543fd156f 100755 --- a/configure +++ b/configure @@ -3901,8 +3901,7 @@ wav_demuxer_select="riffdec" wav_muxer_select="riffenc" webm_chunk_muxer_select="webm_muxer" webm_dash_manifest_demuxer_select="matroska_demuxer" -whip_muxer_deps_any="dtls_protocol" -whip_muxer_select="rtp_muxer http_protocol" +whip_muxer_select="dtls_protocol rtp_muxer http_protocol" wtv_demuxer_select="mpegts_demuxer riffdec" wtv_muxer_select="mpegts_muxer riffenc" xmv_demuxer_select="riffdec" -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
