From: Malcolm Davenport Date: Tue, 13 Jan 2004 20:17:56 +0000 (+0000) Subject: Change so we're using New DSP routines by Default instead of Old X-Git-Tag: 0.7.1~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35a1ef819846f0a475f635a63a8cea35cfbbcab9;p=thirdparty%2Fasterisk.git Change so we're using New DSP routines by Default instead of Old git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2023 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index eb1c7a51d3..fa868229e8 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)