avcodec/iirfilter: Remove iirfilter, psy-preprocessing

The iirfilter is only used in its test tool since
01ecb7172b which
stopped using it in AAC, its only user.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2025-06-03 17:56:00 +02:00
parent 28c0a189b6
commit f0e1a315a1
13 changed files with 1 additions and 810 deletions
Vendored
+1 -2
View File
@@ -2606,7 +2606,6 @@ CONFIG_EXTRA="
iamfdec
iamfenc
idctdsp
iirfilter
inflate_wrapper
intrax8
iso_media
@@ -2917,7 +2916,7 @@ wmv2dsp_select="qpeldsp"
# decoders / encoders
aac_decoder_select="adts_header mpeg4audio sinewin"
aac_fixed_decoder_select="adts_header mpeg4audio"
aac_encoder_select="audio_frame_queue iirfilter lpc sinewin"
aac_encoder_select="audio_frame_queue lpc sinewin"
aac_latm_decoder_select="aac_decoder aac_latm_parser"
ac3_decoder_select="ac3_parser ac3dsp bswapdsp fmtconvert"
ac3_fixed_decoder_select="ac3_parser ac3dsp bswapdsp"