Skip to content
Snippets Groups Projects
Commit febbc165 authored by Russell Bryant's avatar Russell Bryant
Browse files

fix codec_ilbc.so build - it would build before, but libilbc.a was not linked

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9732 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 5869d960
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment