diff options
author | Mans Rullgard <mans@mansr.com> | 2011-03-11 23:37:00 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-03-12 11:35:26 +0000 |
commit | a5444fee06e9d14637396b4237d0204187a076e0 (patch) | |
tree | 95846d9fde5d421862954982f4fc68238c49e827 /configure | |
parent | 4fa18c5666de24316710df670e44d4850e0796a7 (diff) | |
download | ffmpeg-a5444fee06e9d14637396b4237d0204187a076e0.tar.gz |
Add CONFIG_AC3DSP symbol to simplify makefiles
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |