[Asterisk-cvs] asterisk Makefile,1.72,1.73
jeremy at lists.digium.com
jeremy at lists.digium.com
Mon Jan 12 19:23:30 CST 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv22279
Modified Files:
Makefile
Log Message:
Properly define and enable old dsp routines by default. Bug #817
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- Makefile 12 Jan 2004 03:19:25 -0000 1.72
+++ Makefile 13 Jan 2004 01:15:17 -0000 1.73
@@ -115,6 +115,9 @@
CFLAGS+=-pthread
endif
+# Comment this out if you have trouble with Feature B signalling (rare)
+CFLAGS+=-DOLD_DSP_ROUTINES
+
CFLAGS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "-DZAPTEL_OPTIMIZATIONS"; fi)
LIBEDIT=editline/libedit.a
More information about the svn-commits
mailing list