summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2022-11-05 11:35:59 +0100
committerLynne <dev@lynne.ee>2022-11-06 14:39:42 +0100
commite6afa61be97674312e36c9b6f8bb5fba009232e7 (patch)
tree7ab3ec19ccdf970b007cddf77d3ec2f0cf701ad9 /configure
parentb85e106d5fe652e9b93b3b14d32bab93cf88a668 (diff)
imc: convert to lavu/tx, remove NIH iMDCT and replace with a standard one
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 590a260e52..52c61e62b2 100755
--- a/configure
+++ b/configure
@@ -2850,7 +2850,7 @@ huffyuv_decoder_select="bswapdsp huffyuvdsp llviddsp"
huffyuv_encoder_select="bswapdsp huffman huffyuvencdsp llvidencdsp"
hymt_decoder_select="huffyuv_decoder"
iac_decoder_select="imc_decoder"
-imc_decoder_select="bswapdsp fft mdct sinewin"
+imc_decoder_select="bswapdsp sinewin"
imm4_decoder_select="bswapdsp idctdsp"
imm5_decoder_select="h264_decoder hevc_decoder"
indeo3_decoder_select="hpeldsp"