aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-11-15 19:58:31 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-11-15 19:58:31 +0000
commit4908b66ccfcc61f18eb8daab4cd7abcd334c846e (patch)
treeb13d568034008dda936b1a00dfa8a06c587854da /codecs/Makefile
parenta94649ebbc962982227c15786f61e05b91da5e08 (diff)
Version 0.3.0 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@550 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs/Makefile')
-rwxr-xr-xcodecs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/Makefile b/codecs/Makefile
index bfe6b7cf6..e4beeea28 100755
--- a/codecs/Makefile
+++ b/codecs/Makefile
@@ -19,7 +19,7 @@
#MODG723=codec_g723_1.so codec_g723_1b.so
MODG723=$(shell [ -f g723.1/coder.c ] && echo "codec_g723_1.so")
MODG723+=$(shell [ -f g723.1b/coder2.c ] && echo "codec_g723_1b.so")
-MODSPEEX=$(shell [ -f /usr/include/speex.h ] && echo "codec_speex.so")
+MODSPEEX=$(shell [ -f /usr/include/speex.h ] || [ -f /usr/local/include/speex.h ] && echo "codec_speex.so")
CFLAGS+=
LIBG723=g723.1/libg723.a