update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3449 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
fd16c8f245
commit
74dee5f6ec
|
@ -1,9 +1,13 @@
|
|||
ifeq ($(shell ls $(BASE)/libs/libg729),$(BASE)/libs/libg729)
|
||||
|
||||
|
||||
CFLAGS += -I$(PREFIX)/include/libg729
|
||||
CFLAGS += -I$(PREFIX)/include/g729
|
||||
LDFLAGS +=-lg729
|
||||
|
||||
else
|
||||
|
||||
CFLAGS += -DG729_PASSTHROUGH
|
||||
|
||||
endif
|
||||
|
||||
all: $(MODNAME).$(DYNAMIC_LIB_EXTEN)
|
||||
|
||||
|
|
Loading…
Reference in New Issue