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 --- makeopts.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makeopts.in') 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@ -- cgit v1.2.3