[FFmpeg-devel] [PATCH 5/8] configure: Remove unnecessary binkaudio dependencies
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Sun Oct 9 21:10:18 EEST 2022
The binkaudio decoders don't need mdct or sinewin at all;
and binkaudio_dct doesn't need rdft directly (but nevertheless
uses it indirectly via dct).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
configure | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 689a6111c5..0d166de7a2 100755
--- a/configure
+++ b/configure
@@ -2797,8 +2797,8 @@ atrac3pal_decoder_select="mdct sinewin"
atrac9_decoder_select="mdct"
av1_decoder_select="av1_frame_split_bsf cbs_av1"
bink_decoder_select="blockdsp hpeldsp"
-binkaudio_dct_decoder_select="mdct rdft dct sinewin wma_freqs"
-binkaudio_rdft_decoder_select="mdct rdft sinewin wma_freqs"
+binkaudio_dct_decoder_select="dct wma_freqs"
+binkaudio_rdft_decoder_select="rdft wma_freqs"
cavs_decoder_select="blockdsp golomb h264chroma idctdsp qpeldsp videodsp"
clearvideo_decoder_select="idctdsp"
cllc_decoder_select="bswapdsp"
--
2.34.1
More information about the ffmpeg-devel
mailing list