From: Jeremy McNamara Date: Tue, 13 Jan 2004 01:15:17 +0000 (+0000) Subject: Properly define and enable old dsp routines by default. Bug #817 X-Git-Tag: 0.7.0~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c83933000df4937471173becb2606313732d68f;p=thirdparty%2Fasterisk.git 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 --- 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