projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd67115
)
Revert "Upstream build bug for chromium"
author
Johann
<johannkoenig@google.com>
Tue, 11 Dec 2012 19:47:49 +0000
(11:47 -0800)
committer
Johann
<johannkoenig@google.com>
Tue, 11 Dec 2012 19:49:18 +0000
(11:49 -0800)
This reverts commit
8bb82fded57f6316fdfd103d565050d0f1286bc5
.
This is an incorrect workaround. It has been fixed in the GYP files
upstream.
Change-Id: If42f997747ce878b874508fdf7ae5a73a6fa1b2b
vpx_ports/arm_cpudetect.c
patch
|
blob
|
history
diff --git
a/vpx_ports/arm_cpudetect.c
b/vpx_ports/arm_cpudetect.c
index
74d8a1f
..
8ff95a1
100644
(file)
--- a/
vpx_ports/arm_cpudetect.c
+++ b/
vpx_ports/arm_cpudetect.c
@@
-125,11
+125,7
@@
int arm_cpu_caps(void)
}
#elif defined(__ANDROID__) /* end _MSC_VER */
-#if defined(CHROMIUM_BUILD)
-#include <machine/cpu-features.h>
-#else
#include <cpu-features.h>
-#endif
int arm_cpu_caps(void)
{