mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 16:21:01 +00:00
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:
3
Makefile
3
Makefile
@@ -115,6 +115,9 @@ ifeq (${OSARCH},OpenBSD)
|
|||||||
CFLAGS+=-pthread
|
CFLAGS+=-pthread
|
||||||
endif
|
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)
|
CFLAGS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "-DZAPTEL_OPTIMIZATIONS"; fi)
|
||||||
|
|
||||||
LIBEDIT=editline/libedit.a
|
LIBEDIT=editline/libedit.a
|
||||||
|
Reference in New Issue
Block a user