diff options
author | Christophe Gisquet <christophe.gisquet@gmail.com> | 2014-05-30 16:28:49 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-05 20:31:59 +0200 |
commit | ccff45a0d3c981edc97078885e2a630e0436ce31 (patch) | |
tree | 978070bbff082597623c0c954e9890b6839e794d /configure | |
parent | 151f88d507f18c0aae011f9e88f40c508c11640f (diff) | |
download | ffmpeg-ccff45a0d3c981edc97078885e2a630e0436ce31.tar.gz |
apedsp: move to llauddsp
APE is not the sole codec using scalarproduct_and_madd_int16.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1811,6 +1811,7 @@ CONFIG_EXTRA=" huffyuvencdsp intrax8 lgplv3 + llauddsp llviddsp lpc mpegaudio @@ -2007,7 +2008,7 @@ amrnb_decoder_select="lsp" amrwb_decoder_select="lsp" amv_decoder_select="sp5x_decoder exif" amv_encoder_select="aandcttables" -ape_decoder_select="dsputil" +ape_decoder_select="dsputil llauddsp" asv1_decoder_select="dsputil" asv1_encoder_select="dsputil" asv2_decoder_select="dsputil" |