Updated Android build, fixing LINPHONE_VIDEO=0 issue

This commit is contained in:
Sylvain Berfini 2012-09-12 21:17:29 +02:00
parent e0249febe7
commit da4114607f
2 changed files with 4 additions and 0 deletions

View file

@ -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)

View file

@ -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