summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-07-16 16:11:04 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-07-17 18:46:24 +0100
commitf5ee23004d1177ca6dd99b92cb4ff4b94b2eae09 (patch)
tree643e305be96188d0e39972fdd9915b576e19ea79 /configure
parenta623aa0069dff586241ad2ffedcd45ed840e2553 (diff)
configure: Factor out g722dsp module
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 0ed119307d..16bf852181 100755
--- a/configure
+++ b/configure
@@ -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"