From 558c6ac002f15ab8e503b2a54ad138e6a56da155 Mon Sep 17 00:00:00 2001 From: file Date: Wed, 16 Jan 2008 01:13:27 +0000 Subject: 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 --- include/asterisk/autoconfig.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 -- cgit v1.2.3