[Asterisk-cvs] asterisk dsp.c,1.15,1.16

markster at lists.digium.com markster at lists.digium.com
Mon Dec 15 17:47:00 CST 2003


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

Modified Files:
	dsp.c 
Log Message:
Use new code by default


Index: dsp.c
===================================================================
RCS file: /usr/cvsroot/asterisk/dsp.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- dsp.c	15 Dec 2003 15:12:28 -0000	1.15
+++ dsp.c	15 Dec 2003 23:38:31 -0000	1.16
@@ -80,9 +80,9 @@
 #define	MAX_DTMF_DIGITS 128
 
 /*
- * Comment out the following line to use the new DSP routines.
+ * Uncomment to use old-style DSP routines 
  */
-#define OLD_DSP_ROUTINES
+/* #define OLD_DSP_ROUTINES */
 
 /* Basic DTMF specs:
  *




More information about the svn-commits mailing list