[Asterisk-cvs] asterisk/codecs Makefile,1.5,1.6
markster at lists.digium.com
markster at lists.digium.com
Thu Oct 16 05:18:02 CDT 2003
- Previous message: [Asterisk-cvs] asterisk/channels Makefile,1.10,1.11 chan_iax.c,1.12,1.13 chan_oss.c,1.6,1.7 chan_skinny.c,1.18,1.19 iax2-parser.c,1.9,1.10
- Next message: [Asterisk-cvs] asterisk/codecs/lpc10 lpcini.c,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/codecs
In directory mongoose.digium.com:/tmp/cvs-serv8710/codecs
Modified Files:
Makefile
Log Message:
Sane FreeBSD patch
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile 6 May 2003 00:00:20 -0000 1.5
+++ Makefile 16 Oct 2003 10:44:04 -0000 1.6
@@ -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.10,1.11 chan_iax.c,1.12,1.13 chan_oss.c,1.6,1.7 chan_skinny.c,1.18,1.19 iax2-parser.c,1.9,1.10
- Next message: [Asterisk-cvs] asterisk/codecs/lpc10 lpcini.c,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list