aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-13 01:15:17 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-13 01:15:17 +0000
commit43b0981719f3eb7b7b644382c0ad3ea80581ff2e (patch)
tree62cfa2147ea831122e542b23d7b55ac58cfa039e
parent10c5b2754bbb46691f19cf0fb45b89cef769aecc (diff)
Properly define and enable old dsp routines by default. Bug #817
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1997 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2cca665d6..eb1c7a51d 100755
--- a/Makefile
+++ b/Makefile
@@ -115,6 +115,9 @@ ifeq (${OSARCH},OpenBSD)
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