Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Gisquet <christophe.gisquet@gmail.com>2014-05-30 18:28:49 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-06-05 22:31:59 +0400
commitccff45a0d3c981edc97078885e2a630e0436ce31 (patch)
tree978070bbff082597623c0c954e9890b6839e794d /configure
parent151f88d507f18c0aae011f9e88f40c508c11640f (diff)
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-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 9b74f8db47..c504c85468 100755
--- a/configure
+++ b/configure
@@ -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"