summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-01-25 11:28:08 +0000
committerBenny Prijono <bennylp@teluu.com>2008-01-25 11:28:08 +0000
commit6577cb2e28a9c4a1c9e878eeb52786472807cc0b (patch)
tree1b0f44123681b69e179905172b919940aed2661f /third_party
parente0bbd6f1c88af6806147a134a5592a7e016227fb (diff)
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
Diffstat (limited to 'third_party')
-rw-r--r--third_party/build/srtp/srtp_config.h3
1 files changed, 2 insertions, 1 deletions
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. */