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:
5869d96
)
fix codec_ilbc.so build - it would build before, but libilbc.a was not linked
author
Russell Bryant
<russell@russellbryant.com>
Mon, 13 Feb 2006 01:58:33 +0000
(
01:58
+0000)
committer
Russell Bryant
<russell@russellbryant.com>
Mon, 13 Feb 2006 01:58:33 +0000
(
01:58
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9732
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
codecs/Makefile
patch
|
blob
|
history
diff --git
a/codecs/Makefile
b/codecs/Makefile
index
5d1f175
..
c4a765d
100644
(file)
--- a/
codecs/Makefile
+++ b/
codecs/Makefile
@@
-89,7
+89,7
@@
$(LIBLPC10):
$(LIBILBC):
$(MAKE) -C ilbc all
-$(MODILBC): codec_ilbc.o $(LIBILBC)
+codec_ilbc.so: codec_ilbc.o $(LIBILBC)
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} $(LIBILBC)
codec_g723_1.so : codec_g723_1.o $(LIBG723)