sigh... jeff if you're watching can you update the windows build please.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16547 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ef2d712473
commit
61c791e57e
|
@ -1,11 +1,11 @@
|
|||
BASE=../../../..
|
||||
|
||||
CELT=celt-0.7.0-1
|
||||
CELT=celt-0.7.1
|
||||
|
||||
CELT_DIR=$(switch_srcdir)/libs/$(CELT)
|
||||
CELT_BUILDDIR=$(switch_builddir)/libs/$(CELT)
|
||||
LOCAL_CFLAGS=-I$(CELT_DIR)/libcelt
|
||||
CELT_LA=$(CELT_BUILDDIR)/libcelt/.libs/libcelt.la
|
||||
CELT_LA=$(CELT_BUILDDIR)/libcelt/.libs/libcelt0.la
|
||||
LOCAL_LIBADD=$(CELT_LA)
|
||||
include $(BASE)/build/modmake.rules
|
||||
|
||||
|
|
Loading…
Reference in New Issue