mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 09:49:26 +00:00
change libspeex link order
This commit is contained in:
parent
e76588265b
commit
845b5e9716
1 changed files with 5 additions and 2 deletions
|
|
@ -72,10 +72,11 @@ LOCAL_C_INCLUDES += \
|
|||
|
||||
LOCAL_LDLIBS += -llog -ldl
|
||||
|
||||
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
libmediastreamer2 \
|
||||
libortp \
|
||||
libspeex \
|
||||
libeXosip2 \
|
||||
libosip2 \
|
||||
libgsm
|
||||
|
|
@ -88,9 +89,11 @@ LOCAL_STATIC_LIBRARIES += \
|
|||
libavutil \
|
||||
libmsx264 \
|
||||
libx264
|
||||
|
||||
endif
|
||||
|
||||
LOCAL_STATIC_LIBRARIES += libspeex
|
||||
|
||||
|
||||
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
||||
LOCAL_CFLAGS += -DHAVE_ILBC=1
|
||||
LOCAL_STATIC_LIBRARIES += libmsilbc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue