Re: [FFmpeg-devel] [PATCH] configure: select child muxers for rtp_mpegts

2021-03-21 Thread Gyan Doshi
Pushed as 36a5ae619a7d255c27f66a343a7861108d789159 On 2021-03-20 19:28, Gyan Doshi wrote: Will apply tomorrow. On 2021-03-18 17:56, Gyan Doshi wrote: ---   configure | 1 +   1 file changed, 1 insertion(+) diff --git a/configure b/configure index f0ac719d2d..be9c5b4b1c 100755 --- a/configure +

Re: [FFmpeg-devel] [PATCH] configure: select child muxers for rtp_mpegts

2021-03-20 Thread Gyan Doshi
Will apply tomorrow. On 2021-03-18 17:56, Gyan Doshi wrote: --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index f0ac719d2d..be9c5b4b1c 100755 --- a/configure +++ b/configure @@ -3363,6 +3363,7 @@ opus_muxer_select="ogg_muxer" psp_muxer_select="mov_m

[FFmpeg-devel] [PATCH] configure: select child muxers for rtp_mpegts

2021-03-18 Thread Gyan Doshi
--- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index f0ac719d2d..be9c5b4b1c 100755 --- a/configure +++ b/configure @@ -3363,6 +3363,7 @@ opus_muxer_select="ogg_muxer" psp_muxer_select="mov_muxer" rtp_demuxer_select="sdp_demuxer" rtp_muxer_select="golomb