aboutsummaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorleozwang@webrtc.org <leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2012-06-07 15:26:02 +0000
committerleozwang@webrtc.org <leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2012-06-07 15:26:02 +0000
commit38506ef4d3c2e879af32cafe13c3a774b20a1e63 (patch)
tree23e539a1fcdcb9cbdb9194e76956a41c01c7e65f /third_party
parentd81ab1397b49a37afe9543dab6b9047533125e2a (diff)
downloadwebrtc-38506ef4d3c2e879af32cafe13c3a774b20a1e63.tar.gz
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
Diffstat (limited to 'third_party')
-rw-r--r--third_party/libvpx/source/config/linux/arm-neon/vpx_config.h2
1 files changed, 1 insertions, 1 deletions
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