diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-07-16 16:11:04 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-07-17 18:46:24 +0100 |
commit | f5ee23004d1177ca6dd99b92cb4ff4b94b2eae09 (patch) | |
tree | 643e305be96188d0e39972fdd9915b576e19ea79 /configure | |
parent | a623aa0069dff586241ad2ffedcd45ed840e2553 (diff) | |
download | ffmpeg-f5ee23004d1177ca6dd99b92cb4ff4b94b2eae09.tar.gz |
configure: Factor out g722dsp module
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1590,6 +1590,7 @@ CONFIG_EXTRA=" fdctdsp flacdsp fmtconvert + g722dsp gcrypt gmp golomb @@ -1807,6 +1808,8 @@ aac_latm_decoder_select="aac_decoder aac_latm_parser" ac3_decoder_select="ac3_parser ac3dsp bswapdsp fmtconvert mdct" ac3_encoder_select="ac3dsp audiodsp mdct me_cmp" ac3_fixed_encoder_select="ac3dsp audiodsp mdct me_cmp" +adpcm_g722_decoder_select="g722dsp" +adpcm_g722_encoder_select="g722dsp" aic_decoder_select="golomb idctdsp" alac_encoder_select="lpc" als_decoder_select="bswapdsp" |