Renamed liblinphone libraries using target cpu and neon presence in names
This commit is contained in:
parent
fef1da4ebd
commit
3e66c69526
2 changed files with 4 additions and 4 deletions
|
@ -11,12 +11,12 @@ ifeq ($(BUILD_G729),)
|
||||||
BUILD_G729=0
|
BUILD_G729=0
|
||||||
endif
|
endif
|
||||||
BUILD_SRTP=1
|
BUILD_SRTP=1
|
||||||
|
|
||||||
|
BUILD_X264=0
|
||||||
|
LINPHONE_VIDEO=0
|
||||||
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
||||||
BUILD_X264=1
|
BUILD_X264=1
|
||||||
LINPHONE_VIDEO=1
|
LINPHONE_VIDEO=1
|
||||||
else
|
|
||||||
LINPHONE_VIDEO=0
|
|
||||||
BUILD_X264=0
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(linphone-root-dir)/submodules/linphone/mediastreamer2/src/android/libneon/Android.mk
|
include $(linphone-root-dir)/submodules/linphone/mediastreamer2/src/android/libneon/Android.mk
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit ca42ee87ded3fa4cbf44757f13e2f5537afbb498
|
Subproject commit 66dd5cec662d83030955966da96bb6addcde55f1
|
Loading…
Reference in a new issue