aboutsummaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorleozwang@webrtc.org <leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2012-03-26 14:34:55 +0000
committerleozwang@webrtc.org <leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2012-03-26 14:34:55 +0000
commit417901dc54ed2b615dab8e3ccf891f4daae0dc1b (patch)
tree928b9e5fb4f12284b6748d5d17b45f373fb8cf92 /third_party
parent40197d7b3b347f05b299a930641dad131c853e01 (diff)
downloadwebrtc-417901dc54ed2b615dab8e3ccf891f4daae0dc1b.tar.gz
Disable runtime cpu detection on arm-neon
BUG= TEST=build on android Review URL: https://webrtc-codereview.appspot.com/461005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1941 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'third_party')
-rw-r--r--third_party/libvpx/source/config/linux/arm-neon/vpx_config.asm2
-rw-r--r--third_party/libvpx/source/config/linux/arm-neon/vpx_config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/third_party/libvpx/source/config/linux/arm-neon/vpx_config.asm b/third_party/libvpx/source/config/linux/arm-neon/vpx_config.asm
index ea83b9b4be..5c724d8af9 100644
--- a/third_party/libvpx/source/config/linux/arm-neon/vpx_config.asm
+++ b/third_party/libvpx/source/config/linux/arm-neon/vpx_config.asm
@@ -46,7 +46,7 @@
.equ CONFIG_MD5 , 1
.equ CONFIG_DEQUANT_TOKENS , 0
.equ CONFIG_DC_RECON , 0
-.equ CONFIG_RUNTIME_CPU_DETECT , 1
+.equ CONFIG_RUNTIME_CPU_DETECT , 0
.equ CONFIG_POSTPROC , 1
.equ CONFIG_MULTITHREAD , 1
.equ CONFIG_INTERNAL_STATS , 0
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 127029d68e..ebf7531470 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