configure: Remove obsolete wmavoice->rdft,dct dependencies
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | Thu Sep 28 17:52:06 2023 +0200| [44aa46184ceb5fb2205699cfd94b0bcc6693b781] | committer: Andreas Rheinhardt 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>
http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=44aa46184ceb5fb220...
configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"
participants (1)
-
Andreas Rheinhardt