summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-03-11 02:49:55 +0000
committerMans Rullgard <mans@mansr.com>2011-03-29 19:31:45 +0100
commit6d9f52b2cd760eacf6cc6b7d694b0b00d991f1de (patch)
treeb6275771445a9cf058d92cb5fb2847698a3414a8 /configure
parentd38345878cbb89e4d8d33bd79f47836d4e9cd637 (diff)
ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0f8b8491e5..2634cef093 100755
--- a/configure
+++ b/configure
@@ -1238,7 +1238,7 @@ rdft_select="fft"
aac_decoder_select="mdct rdft sinewin"
aac_encoder_select="mdct sinewin"
aac_latm_decoder_select="aac_decoder aac_latm_parser"
-ac3_decoder_select="mdct ac3_parser"
+ac3_decoder_select="mdct ac3dsp ac3_parser"
ac3_encoder_select="mdct ac3dsp"
ac3_fixed_encoder_select="ac3dsp"
alac_encoder_select="lpc"