aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-09 18:59:09 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-12 10:57:24 +0200
commitfe4cb1f718694ed203e123fdaf2bc7d87b25cfe5 (patch)
tree1fdb62722d94e672d0a6ed4282bf1342e34a6cd1
parentfaf16c5ca8b0d2e7ef766699e76f65ac58824890 (diff)
downloadffmpeg-fe4cb1f718694ed203e123fdaf2bc7d87b25cfe5.tar.gz
configure: Remove unnecessary qdm2_decoder->mdct dependency
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0d166de7a2..636141ae1e 100755
--- a/configure
+++ b/configure
@@ -2929,7 +2929,7 @@ prores_encoder_select="fdctdsp"
prores_aw_encoder_select="fdctdsp"
prores_ks_encoder_select="fdctdsp"
qcelp_decoder_select="lsp"
-qdm2_decoder_select="mdct rdft mpegaudiodsp"
+qdm2_decoder_select="rdft mpegaudiodsp"
ra_144_decoder_select="audiodsp"
ra_144_encoder_select="audio_frame_queue lpc audiodsp"
ralf_decoder_select="golomb"