diff options
author | Lou Logan <lou@lrcd.com> | 2019-11-04 14:10:11 -0900 |
---|---|---|
committer | Lou Logan <lou@lrcd.com> | 2019-11-04 14:10:11 -0900 |
commit | 1c7e661adbf3a20c6632f6617a9bd4249a4eaed9 (patch) | |
tree | 0eee04e5e07a39e2274e602922da20f833ffd605 | |
parent | e8e788da97edf13fcd0edb5c47890d6547aad48e (diff) | |
download | ffmpeg-streaming-1c7e661adbf3a20c6632f6617a9bd4249a4eaed9.zip ffmpeg-streaming-1c7e661adbf3a20c6632f6617a9bd4249a4eaed9.tar.gz |
configure: select audiodsp for acelp_kelvin decoder
Signed-off-by: Lou Logan <lou@lrcd.com>
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |