From 8c83933000df4937471173becb2606313732d68f Mon Sep 17 00:00:00 2001 From: Jeremy McNamara Date: Tue, 13 Jan 2004 01:15:17 +0000 Subject: [PATCH] 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 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2cca665d65..eb1c7a51d3 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