From f78246fcce4faa1865d005a3532f878b1bf264cc Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer Date: Thu, 6 Oct 2011 14:46:21 +0200 Subject: [PATCH] android: enable srtp --- build/android/ortp_AndroidConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/android/ortp_AndroidConfig.h b/build/android/ortp_AndroidConfig.h index 77e0b5c..57a4ff3 100644 --- a/build/android/ortp_AndroidConfig.h +++ b/build/android/ortp_AndroidConfig.h @@ -32,7 +32,7 @@ #define HAVE_SOCKET 1 /* Defined when srtp support is compiled */ -/* #undef HAVE_SRTP */ +#define HAVE_SRTP 1 /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 -- 2.21.0