configure: select audiodsp for acelp_kelvin decoder

Signed-off-by: Lou Logan <lou@lrcd.com>
This commit is contained in:
Lou Logan 2019-11-04 14:10:11 -09:00
parent e8e788da97
commit 1c7e661adb
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -2635,6 +2635,7 @@ ac3_decoder_select="ac3_parser ac3dsp bswapdsp fmtconvert mdct"
ac3_fixed_decoder_select="ac3_parser ac3dsp bswapdsp mdct"
ac3_encoder_select="ac3dsp audiodsp mdct me_cmp"
ac3_fixed_encoder_select="ac3dsp audiodsp mdct me_cmp"
acelp_kelvin_decoder_select="audiodsp"
adpcm_g722_decoder_select="g722dsp"
adpcm_g722_encoder_select="g722dsp"
aic_decoder_select="golomb idctdsp"