aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormalcolmd <malcolmd@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-13 20:17:56 +0000
committermalcolmd <malcolmd@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-13 20:17:56 +0000
commit569188ce4bcbb4b711b6887fedd8d3f4508a6b03 (patch)
tree117e84181bf68b6c24485068324be2d7cf8d32f0 /Makefile
parent09c3e86bc7e3c4f2d7214364d5b32845cac87582 (diff)
Change so we're using New DSP routines by Default instead of Old
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2023 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eb1c7a51d..fa868229e 100755
--- a/Makefile
+++ b/Makefile
@@ -115,8 +115,8 @@ ifeq (${OSARCH},OpenBSD)
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)