mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-03 19:59:36 +00:00
add libopus to android.mk
This commit is contained in:
parent
f754eae25f
commit
632f0ac005
1 changed files with 3 additions and 0 deletions
|
|
@ -226,6 +226,9 @@ LOCAL_C_INCLUDES += \
|
|||
$(LOCAL_PATH)/../../externals/sqlite3/
|
||||
endif
|
||||
|
||||
ifeq ($(BUILD_SQLITE),1)
|
||||
LOCAL_STATIC_LIBRARIES += libopus
|
||||
endif
|
||||
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_C_INCLUDES)
|
||||
LOCAL_EXPORT_CFLAGS := $(LOCAL_CFLAGS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue