moving configure for libg722_1 to main configure.in so that cflags and libflags get populated correctly
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15617 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ec762ca316
commit
3e06046c2b
|
@ -6,5 +6,5 @@ LOCAL_LIBADD=$(G722_1_LA)
|
|||
include $(BASE)/build/modmake.rules
|
||||
|
||||
$(G722_1_LA): $(G722_1_DIR)/.update
|
||||
cd $(G722_1_DIR) && ./configure --disable-shared --with-pic && $(MAKE)
|
||||
cd $(G722_1_DIR) && $(MAKE)
|
||||
$(TOUCH_TARGET)
|
||||
|
|
Loading…
Reference in New Issue