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
This commit is contained in:
Jeremy McNamara
2004-01-13 01:15:17 +00:00
parent 8298664e1c
commit 8c83933000

View File

@@ -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