dect
/
asterisk
Archived
13
0
Fork 0

Version 0.3.0 from FTP

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@550 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2002-11-15 19:58:31 +00:00
parent a94649ebbc
commit 4908b66ccf
1 changed files with 1 additions and 1 deletions

View File

@ -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