mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
Updated Android build, fixing LINPHONE_VIDEO=0 issue
This commit is contained in:
parent
e0249febe7
commit
da4114607f
2 changed files with 4 additions and 0 deletions
|
|
@ -26,11 +26,13 @@ include $(CLEAR_VARS)
|
|||
|
||||
include $(linphone-root-dir)/submodules/linphone/build/android/common.mk
|
||||
|
||||
ifeq ($(LINPHONE_VIDEO),1)
|
||||
LOCAL_SHARED_LIBRARIES += \
|
||||
libavcodecnoneon \
|
||||
libswscale \
|
||||
libavcore \
|
||||
libavutil
|
||||
endif
|
||||
|
||||
LOCAL_MODULE := liblinphonenoneon
|
||||
ifeq ($(TARGET_ARCH_ABI),armeabi)
|
||||
|
|
|
|||
|
|
@ -26,11 +26,13 @@ include $(CLEAR_VARS)
|
|||
|
||||
include $(linphone-root-dir)/submodules/linphone/build/android/common.mk
|
||||
|
||||
ifeq ($(LINPHONE_VIDEO),1)
|
||||
LOCAL_SHARED_LIBRARIES += \
|
||||
libavcodec \
|
||||
libswscale \
|
||||
libavcore \
|
||||
libavutil
|
||||
endif
|
||||
|
||||
LOCAL_MODULE := liblinphone
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue