aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 /include
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 'include')
-rw-r--r--include/asterisk/autoconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index 3906df6b3..bc566902c 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -329,6 +329,9 @@
/* Define to indicate the ${SPEEX_DESCRIP} library */
#undef HAVE_SPEEX
+/* Define to indicate the ${SPEEXDSP_DESCRIP} library */
+#undef HAVE_SPEEXDSP
+
/* Define to indicate the ${SQLITE_DESCRIP} library */
#undef HAVE_SQLITE