projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b4935a
)
Change so we're using New DSP routines by Default instead of Old
author
Malcolm Davenport
<malcolmd@digium.com>
Tue, 13 Jan 2004 20:17:56 +0000
(20:17 +0000)
committer
Malcolm Davenport
<malcolmd@digium.com>
Tue, 13 Jan 2004 20:17:56 +0000
(20:17 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2023
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
eb1c7a5
..
fa86822
100755
(executable)
--- 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)