summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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. */