From 38506ef4d3c2e879af32cafe13c3a774b20a1e63 Mon Sep 17 00:00:00 2001 From: "leozwang@webrtc.org" Date: Thu, 7 Jun 2012 15:26:02 +0000 Subject: [PATCH] Disable cpu detection on arm-neon Descritpion Probably it's a bug in vpx script, disable it for now. Review URL: https://webrtc-codereview.appspot.com/640006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2381 4adac7df-926f-26a2-2b94-8c16560cd09d --- third_party/libvpx/source/config/linux/arm-neon/vpx_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/libvpx/source/config/linux/arm-neon/vpx_config.h b/third_party/libvpx/source/config/linux/arm-neon/vpx_config.h index b604d848ef..531ba3a111 100644 --- a/third_party/libvpx/source/config/linux/arm-neon/vpx_config.h +++ b/third_party/libvpx/source/config/linux/arm-neon/vpx_config.h @@ -54,7 +54,7 @@ #define CONFIG_MD5 1 #define CONFIG_DEQUANT_TOKENS 0 #define CONFIG_DC_RECON 0 -#define CONFIG_RUNTIME_CPU_DETECT 1 +#define CONFIG_RUNTIME_CPU_DETECT 0 #define CONFIG_POSTPROC 1 #define CONFIG_MULTITHREAD 1 #define CONFIG_INTERNAL_STATS 0