summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorNedeljko Babic <nbabic@mips.com>2014-04-01 16:31:08 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-04-01 19:01:57 +0200
commit696e34a6e15d9d9d655191a953779d06dc3b5897 (patch)
tree4401c485e31b7cc878179d44481635213eecd7a6 /configure
parentd506deaeaa98013505241d8149d82327efea0379 (diff)
libavcodec: Implementation of AC3 fixedpoint decoder
Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index b82891c7b3..848dc7e1e6 100755
--- a/configure
+++ b/configure
@@ -1951,6 +1951,7 @@ aac_decoder_select="mdct sinewin"
aac_encoder_select="audio_frame_queue mdct sinewin"
aac_latm_decoder_select="aac_decoder aac_latm_parser"
ac3_decoder_select="mdct ac3dsp ac3_parser dsputil"
+ac3_fixed_decoder_select="mdct ac3dsp ac3_parser dsputil"
ac3_encoder_select="mdct ac3dsp dsputil"
ac3_fixed_encoder_select="mdct ac3dsp dsputil"
aic_decoder_select="dsputil golomb"