[FFmpeg-cvslog] configure: Remove unnecessary binkaudio dependencies

Andreas Rheinhardt git at videolan.org
Wed Oct 12 12:24:05 EEST 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sun Oct  9 18:17:12 2022 +0200| [faf16c5ca8b0d2e7ef766699e76f65ac58824890] | committer: Andreas Rheinhardt

configure: Remove unnecessary binkaudio dependencies

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>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=faf16c5ca8b0d2e7ef766699e76f65ac58824890
---

 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"



More information about the ffmpeg-cvslog mailing list