aboutsummaryrefslogtreecommitdiffstats
path: root/makeopts.in
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-16 01:13:27 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-16 01:13:27 +0000
commit558c6ac002f15ab8e503b2a54ad138e6a56da155 (patch)
tree23f092f4dc2109936225f31107510c5cedb1011f /makeopts.in
parentcc0f967efce861bb8c0d4b6b89997787a9074faa (diff)
Add autoconf logic for speexdsp. Later versions use a separate library for some things so we need to use it if present in codec_speex.
(closes issue #11693) Reported by: yzg git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@98951 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index bfd0c39e6..88a414f4d 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -140,6 +140,9 @@ RADIUS_LIB=@RADIUS_LIB@
SPEEX_INCLUDE=@SPEEX_INCLUDE@
SPEEX_LIB=@SPEEX_LIB@
+SPEEXDSP_INCLUDE=@SPEEXDSP_INCLUDE@
+SPEEXDSP_LIB=@SPEEXDSP_LIB@
+
SQLITE_INCLUDE=@SQLITE_INCLUDE@
SQLITE_LIB=@SQLITE_LIB@