aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-28 17:52:06 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-29 01:44:25 +0200
commit44aa46184ceb5fb2205699cfd94b0bcc6693b781 (patch)
tree21ab21406a0e3124f64d93c43d07fc400a7ecf0f
parent7d112c638aaa6483a8e6a05d8b79f07092069b45 (diff)
downloadffmpeg-44aa46184ceb5fb2205699cfd94b0bcc6693b781.tar.gz
configure: Remove obsolete wmavoice->rdft,dct dependencies
Forgotten in a810126501e1ef0992d765720ff0d2629c5d1616. Reviewed-by: Lynne <dev@lynne.ee> 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 b58dbe37ba..969bb00eef 100755
--- a/configure
+++ b/configure
@@ -3033,7 +3033,7 @@ wmav1_decoder_select="sinewin wma_freqs"
wmav1_encoder_select="sinewin wma_freqs"
wmav2_decoder_select="sinewin wma_freqs"
wmav2_encoder_select="sinewin wma_freqs"
-wmavoice_decoder_select="lsp rdft dct sinewin"
+wmavoice_decoder_select="lsp sinewin"
wmv1_decoder_select="msmpeg4dec"
wmv1_encoder_select="msmpeg4enc"
wmv2_decoder_select="blockdsp error_resilience idctdsp intrax8 msmpeg4dec videodsp wmv2dsp"