]> sjero.net Git - linphone/blobdiff - build/android/Android.mk
android: enable srtp
[linphone] / 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