mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 20:18:09 +00:00
Added option to disable ms2 opensles soundcard compilation for Android
This commit is contained in:
parent
b1663d2cc6
commit
941883df07
2 changed files with 5 additions and 2 deletions
|
|
@ -105,7 +105,10 @@ LOCAL_C_INCLUDES += \
|
|||
$(LOCAL_PATH)/../../externals/libxml2/include \
|
||||
$(LOCAL_PATH)/../../externals/build/libxml2
|
||||
|
||||
LOCAL_LDLIBS += -llog -lOpenSLES -ldl
|
||||
ifeq ($(BUILD_OPENSLES_SOUNDCARD),1)
|
||||
LOCAL_LDLIBS += -lOpenSLES
|
||||
endif
|
||||
LOCAL_LDLIBS += -llog -ldl
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
cpufeatures \
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 427dc46440d8f4121b7f50194ee61d9db25d2263
|
||||
Subproject commit e2ea92a34d2577910115e20574f3f1e6474850da
|
||||
Loading…
Add table
Reference in a new issue