forked from Mirrors/freeswitch
small thing bugging me
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@758 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0076a0a45f
commit
818991e5de
|
@ -1,7 +1,7 @@
|
|||
CFLAGS += -I$(PREFIX)/include/g729
|
||||
LDFLAGS +=-lg729
|
||||
|
||||
all: depends $(MODNAME).$(DYNAMIC_LIB_EXTEN)
|
||||
all: $(MODNAME).$(DYNAMIC_LIB_EXTEN)
|
||||
|
||||
depends:
|
||||
MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install codec/libg729 --prefix=$(PREFIX)
|
||||
|
|
Loading…
Reference in New Issue