mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
update ms2 and Android compilation
This commit is contained in:
parent
f3db122cd0
commit
dea7a7661c
2 changed files with 14 additions and 2 deletions
|
|
@ -57,7 +57,10 @@ LOCAL_CFLAGS += \
|
|||
-DLOG_DOMAIN=\"Linphone\"
|
||||
|
||||
LOCAL_CFLAGS += -DIN_LINPHONE
|
||||
#LOCAL_CFLAGS += -DVIDEO_ENABLED -DIN_LINPHONE
|
||||
|
||||
ifeq ($(LINPHONE_VIDEO),1)
|
||||
LOCAL_CFLAGS += -DVIDEO_ENABLED
|
||||
endif
|
||||
|
||||
LOCAL_C_INCLUDES += \
|
||||
$(LOCAL_PATH) \
|
||||
|
|
@ -76,6 +79,15 @@ LOCAL_STATIC_LIBRARIES := \
|
|||
libeXosip2 \
|
||||
libosip2 \
|
||||
libgsm
|
||||
|
||||
ifeq ($(LINPHONE_VIDEO),1)
|
||||
LOCAL_STATIC_LIBRARIES += \
|
||||
libavcodec \
|
||||
libswscale \
|
||||
libavcore \
|
||||
libavutil
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
||||
LOCAL_CFLAGS += -DHAVE_ILBC=1
|
||||
LOCAL_STATIC_LIBRARIES += libmsilbc
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 6701e074484fd6725b789b2854a2be5bd2784ef5
|
||||
Subproject commit 20da8f413994f0959ab81b391894defa70eaa1f6
|
||||
Loading…
Add table
Reference in a new issue