mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
android: enable srtp
This commit is contained in:
parent
4ff98fde11
commit
e835601158
3 changed files with 5 additions and 2 deletions
|
|
@ -119,6 +119,9 @@ endif
|
|||
|
||||
LOCAL_STATIC_LIBRARIES += libspeex
|
||||
|
||||
ifeq ($(BUILD_SRTP), 1)
|
||||
LOCAL_C_INCLUDES += $(SRTP_C_INCLUDE)
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
||||
LOCAL_CFLAGS += -DHAVE_ILBC=1
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 481d921f343086a8e634cd5b7241363c4f07b5fa
|
||||
Subproject commit be3a6f4e357fbf664bcb44f954d8b9f76a069d1c
|
||||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit 13450079c956cac404f9c8f19bc1132f73cfca79
|
||||
Subproject commit f78246fcce4faa1865d005a3532f878b1bf264cc
|
||||
Loading…
Add table
Reference in a new issue