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:
0aed2ff
)
Version 0.3.0 from FTP
author
Mark Spencer
<markster@digium.com>
Fri, 15 Nov 2002 19:58:31 +0000
(19:58 +0000)
committer
Mark Spencer
<markster@digium.com>
Fri, 15 Nov 2002 19:58:31 +0000
(19:58 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@550
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
codecs/Makefile
patch
|
blob
|
history
diff --git
a/codecs/Makefile
b/codecs/Makefile
index
bfe6b7c
..
e4beeea
100755
(executable)
--- a/
codecs/Makefile
+++ b/
codecs/Makefile
@@
-19,7
+19,7
@@
#MODG723=codec_g723_1.so codec_g723_1b.so
MODG723=$(shell [ -f g723.1/coder.c ] && echo "codec_g723_1.so")
MODG723+=$(shell [ -f g723.1b/coder2.c ] && echo "codec_g723_1b.so")
-MODSPEEX=$(shell [ -f /usr/include/speex.h ] && echo "codec_speex.so")
+MODSPEEX=$(shell [ -f /usr/include/speex.h ] || [ -f /usr/local/include/speex.h ] && echo "codec_speex.so")
CFLAGS+=
LIBG723=g723.1/libg723.a