aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-05 22:10:05 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-05 22:10:05 +0000
commit196c4e1c619d144790cec4a7257a7b2aab126575 (patch)
treef8ebf1fb638b8c3ad9e2ede4b28debe1dc5e7ef4 /include
parentd821ef5468a18cb7df55e250827331e54247c7db (diff)
Make sure that either the main speex library contains preprocess functions or that speexdsp does. If both fail then speex stuff can not be built.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@115327 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 e5ac572d5..07496c355 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -341,6 +341,9 @@
/* Define to indicate the ${SPEEXDSP_DESCRIP} library */
#undef HAVE_SPEEXDSP
+/* Define to indicate the ${SPEEX_PREPROCESS_DESCRIP} library */
+#undef HAVE_SPEEX_PREPROCESS
+
/* Define to indicate the ${SQLITE_DESCRIP} library */
#undef HAVE_SQLITE