mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
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
This commit is contained in:
4
Makefile
4
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)
|
||||
|
||||
|
Reference in New Issue
Block a user