configure: select child muxers for rtp_mpegts

This commit is contained in:
Gyan Doshi 2021-03-18 17:32:46 +05:30
parent 288ca1c667
commit 36a5ae619a
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -3364,6 +3364,7 @@ opus_muxer_select="ogg_muxer"
psp_muxer_select="mov_muxer"
rtp_demuxer_select="sdp_demuxer"
rtp_muxer_select="golomb jpegtables"
rtp_mpegts_muxer_select="mpegts_muxer rtp_muxer"
rtpdec_select="asf_demuxer jpegtables mov_demuxer mpegts_demuxer rm_demuxer rtp_protocol srtp"
rtsp_demuxer_select="http_protocol rtpdec"
rtsp_muxer_select="rtp_muxer http_protocol rtp_protocol rtpenc_chain"