summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2004-01-13 01:15:17 +0000
committerJeremy McNamara <jj@nufone.net>2004-01-13 01:15:17 +0000
commit8c83933000df4937471173becb2606313732d68f (patch)
tree62cfa2147ea831122e542b23d7b55ac58cfa039e /Makefile
parent8298664e1c3c5a35691891a60650d4b25d4c28de (diff)
Properly define and enable old dsp routines by default. Bug #817
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1997 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-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