aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2022-09-28 00:07:53 +0200
committerLynne <dev@lynne.ee>2022-09-28 00:08:48 +0200
commit0bc7ba448868f74866800f956ad7e4835b976f47 (patch)
tree477ea4a9a184f78442f48ed7eb2526638c2460fb
parent2664b39d54aa44ba185ea39c3933b80d9dfcb542 (diff)
downloadffmpeg-0bc7ba448868f74866800f956ad7e4835b976f47.tar.gz
configure: remove mdct15 from the encoder/decoder's list of requirements
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index a41ebda6d4..6712d045d9 100755
--- a/configure
+++ b/configure
@@ -2921,8 +2921,7 @@ notchlc_decoder_select="lzf"
nuv_decoder_select="idctdsp"
on2avc_decoder_select="mdct"
opus_decoder_deps="swresample"
-opus_decoder_select="mdct15"
-opus_encoder_select="audio_frame_queue mdct15"
+opus_encoder_select="audio_frame_queue"
png_decoder_select="inflate_wrapper"
png_encoder_select="deflate_wrapper llvidencdsp"
prores_decoder_select="blockdsp idctdsp"