This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new 3c902f68d7 configure: update whip dependences
3c902f68d7 is described below

commit 3c902f68d725023e40e6d3e406dca2569a16f6d6
Author:     Jack Lau <[email protected]>
AuthorDate: Fri Jan 23 15:03:34 2026 +0800
Commit:     Jack Lau <[email protected]>
CommitDate: Thu Jan 29 12:19:17 2026 +0000

    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 6d6e6673dc..31e1bf3600 100755
--- a/configure
+++ b/configure
@@ -3902,8 +3902,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"

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to