[Asterisk-cvs] asterisk Makefile,1.73,1.74

malcolmd at lists.digium.com malcolmd at lists.digium.com
Tue Jan 13 14:26:07 CST 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv19211

Modified Files:
	Makefile 
Log Message:
Change so we're using New DSP routines by Default instead of Old


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- Makefile	13 Jan 2004 01:15:17 -0000	1.73
+++ Makefile	13 Jan 2004 20:17:56 -0000	1.74
@@ -115,8 +115,8 @@
 CFLAGS+=-pthread
 endif
 
-# Comment this out if you have trouble with Feature B signalling (rare)
-CFLAGS+=-DOLD_DSP_ROUTINES
+#Uncomment this to use the older DSP routines
+#CFLAGS+=-DOLD_DSP_ROUTINES
 
 CFLAGS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "-DZAPTEL_OPTIMIZATIONS"; fi)
 




More information about the svn-commits mailing list