[Asterisk-cvs] asterisk/codecs Makefile,1.26,1.27
markster at lists.digium.com
markster at lists.digium.com
Fri Mar 11 23:57:22 CST 2005
- Previous message: [Asterisk-cvs]
asterisk/apps app_ivrdemo.c, 1.4, 1.5 app_md5.c, 1.2,
1.3 app_meetme.c, 1.85, 1.86 app_skel.c, 1.7, 1.8
- Next message: [Asterisk-cvs] asterisk/apps app_waitforsilence.c,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/codecs
In directory mongoose.digium.com:/tmp/cvs-serv17130/codecs
Modified Files:
Makefile
Log Message:
Fix speex build (bug #3761)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/Makefile,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Makefile 9 Jan 2005 20:39:31 -0000 1.26
+++ Makefile 12 Mar 2005 05:53:32 -0000 1.27
@@ -19,11 +19,12 @@
#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 ] || [ -f /usr/local/include/speex.h ] || [ -f /usr/local/include/speex/speex.h ] && echo "codec_speex.so")
+MODSPEEX=$(shell [ -f /usr/include/speex.h ] || [ -f /usr/include/speex/speex.h ] || [ -f /usr/local/include/speex.h ] || [ -f /usr/local/include/speex/speex.h ] && echo "codec_speex.so")
MODILBC=$(shell [ -f ilbc/iLBC_decode.h ] && echo "codec_ilbc.so")
CFLAGS+=-fPIC
CFLAGS+=$(shell [ -f /usr/local/include/speex.h ] && echo "-I/usr/local/include")
CFLAGS+=$(shell [ -f /usr/local/include/speex/speex.h ] && echo "-I/usr/local/include/speex")
+CFLAGS+=$(shell [ -f /usr/include/speex/speex.h ] && echo "-I/usr/include/speex")
LIBG723=g723.1/libg723.a
LIBG723B=g723.1b/libg723b.a
- Previous message: [Asterisk-cvs]
asterisk/apps app_ivrdemo.c, 1.4, 1.5 app_md5.c, 1.2,
1.3 app_meetme.c, 1.85, 1.86 app_skel.c, 1.7, 1.8
- Next message: [Asterisk-cvs] asterisk/apps app_waitforsilence.c,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list