From 6577cb2e28a9c4a1c9e878eeb52786472807cc0b Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 25 Jan 2008 11:28:08 +0000 Subject: More ticket #61: disable CPU_RISC in SRTP as it seems to be broken (tested on ARM) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1746 74dad513-b988-da41-8d7b-12977e46ad98 --- third_party/build/srtp/srtp_config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'third_party') diff --git a/third_party/build/srtp/srtp_config.h b/third_party/build/srtp/srtp_config.h index 1cf844ee..d41b2eba 100644 --- a/third_party/build/srtp/srtp_config.h +++ b/third_party/build/srtp/srtp_config.h @@ -32,7 +32,8 @@ # define CPU_CISC 1 /* # define HAVE_X86 1 use X86 inlined assembly code */ #else -# define CPU_RISC 1 +/*# define CPU_RISC 1*/ +# define CPU_CISC 1 #endif /* Define to compile in dynamic debugging system. */ -- cgit v1.2.3