[Asterisk-cvs] asterisk/codecs Makefile,1.7,1.8
markster at lists.digium.com
markster at lists.digium.com
Mon Oct 20 21:31:28 CDT 2003
- Previous message: [Asterisk-cvs] asterisk/channels Makefile,1.12,1.13 chan_iax.c,1.14,1.15 chan_oss.c,1.8,1.9 chan_skinny.c,1.20,1.21 iax2-parser.c,1.11,1.12
- Next message: [Asterisk-cvs] asterisk/codecs/lpc10 lpcini.c,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/codecs
In directory mongoose.digium.com:/tmp/cvs-serv7784/codecs
Modified Files:
Makefile
Log Message:
FreeBSD patch, take 2
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile 16 Oct 2003 21:11:30 -0000 1.7
+++ Makefile 21 Oct 2003 02:57:29 -0000 1.8
@@ -22,6 +22,7 @@
MODSPEEX=$(shell [ -f /usr/include/speex.h ] || [ -f /usr/local/include/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")
LIBG723=g723.1/libg723.a
LIBG723B=g723.1b/libg723b.a
@@ -30,7 +31,8 @@
LIBGSMT=$(shell if uname -m | grep -q 86; then echo gsm/lib/libgsm.a; fi)
LIBMP3=mp3/libmp3.a
LIBLPC10=lpc10/liblpc10.a
-LIBSPEEX=-lspeex -lm
+LIBSPEEX=$(shell [ -f /usr/local/lib/libspeex.a ] && echo "-L/usr/local/lib")
+LIBSPEEX+=-lspeex -lm
LIBILBC=ilbc/libilbc.a
CODECS+=$(MODG723) $(MODSPEEX) $(MODILBC) codec_gsm.so codec_mp3_d.so codec_lpc10.so \
- Previous message: [Asterisk-cvs] asterisk/channels Makefile,1.12,1.13 chan_iax.c,1.14,1.15 chan_oss.c,1.8,1.9 chan_skinny.c,1.20,1.21 iax2-parser.c,1.11,1.12
- Next message: [Asterisk-cvs] asterisk/codecs/lpc10 lpcini.c,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list