]> sjero.net Git - linphone/commitdiff
android: enable srtp
authorGuillaume Beraudo <guillaume.beraudo@linphone.org>
Thu, 13 Oct 2011 08:59:09 +0000 (10:59 +0200)
committerGuillaume Beraudo <guillaume.beraudo@linphone.org>
Thu, 13 Oct 2011 08:59:09 +0000 (10:59 +0200)
Conflicts:

mediastreamer2
oRTP

build/android/Android.mk

index 299442e287e2bab161d0b72c43ee89c350b21a53..a7b9e024b3f515640f1a01d37169f51b47824e46 100755 (executable)
@@ -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