aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-05-04 23:53:36 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-05-07 23:53:26 +0200
commitb2003d6dccddc36447c03bfaf5ade49a9eebdc0f (patch)
tree9cdffecc80cd7a656d9ecdb4b93398a2d5de003f
parent3c7c5e42f206fdd1eccddd8c04dad520fc7e0928 (diff)
downloadffmpeg-b2003d6dccddc36447c03bfaf5ade49a9eebdc0f.tar.gz
configure: Add missing ftr decoder->adts_header dependency
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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"