[FFmpeg-devel] [PATCH 4/9] configure: Add missing ftr decoder->adts_header dependency

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Sun May 5 11:27:46 EEST 2024


Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 515d765740..308b29e0c0 100755
--- a/configure
+++ b/configure
@@ -2946,6 +2946,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"
-- 
2.40.1



More information about the ffmpeg-devel mailing list