ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | Sat May 4 23:53:36 2024 +0200| [b2003d6dccddc36447c03bfaf5ade49a9eebdc0f] | committer: Andreas Rheinhardt
configure: Add missing ftr decoder->adts_header dependency Signed-off-by: Andreas Rheinhardt <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b2003d6dccddc36447c03bfaf5ade49a9eebdc0f --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 4c57e0a1d8..73f200cb19 100755 --- a/configure +++ b/configure @@ -2948,6 +2948,7 @@ flv_decoder_select="h263_decoder" flv_encoder_select="h263_encoder" fourxm_decoder_select="blockdsp bswapdsp" fraps_decoder_select="bswapdsp huffman" +ftr_decoder_select="adts_header" g2m_decoder_deps="zlib" g2m_decoder_select="blockdsp idctdsp jpegtables" g729_decoder_select="audiodsp" _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
