summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-03-11 23:37:00 +0000
committerMans Rullgard <mans@mansr.com>2011-03-12 11:35:26 +0000
commita5444fee06e9d14637396b4237d0204187a076e0 (patch)
tree95846d9fde5d421862954982f4fc68238c49e827 /configure
parent4fa18c5666de24316710df670e44d4850e0796a7 (diff)
Add CONFIG_AC3DSP symbol to simplify makefiles
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 58610bf45c..4d308d2abd 100755
--- a/configure
+++ b/configure
@@ -899,6 +899,7 @@ COMPONENT_LIST="
CONFIG_LIST="
$COMPONENT_LIST
aandct
+ ac3dsp
avcodec
avdevice
avfilter
@@ -1237,7 +1238,8 @@ aac_decoder_select="mdct rdft"
aac_encoder_select="mdct"
aac_latm_decoder_select="aac_decoder aac_latm_parser"
ac3_decoder_select="mdct ac3_parser"
-ac3_encoder_select="mdct"
+ac3_encoder_select="mdct ac3dsp"
+ac3_fixed_encoder_select="ac3dsp"
alac_encoder_select="lpc"
amrnb_decoder_select="lsp"
amrwb_decoder_select="lsp"