mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
android: enable srtp
Conflicts: mediastreamer2 oRTP
This commit is contained in:
parent
01438658f4
commit
d0b53669f9
1 changed files with 3 additions and 0 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue