Index: source/libvpx/vpx_ports/arm_cpudetect.c |
=================================================================== |
--- source/libvpx/vpx_ports/arm_cpudetect.c (revision 165134) |
+++ source/libvpx/vpx_ports/arm_cpudetect.c (working copy) |
@@ -101,7 +101,11 @@ |
#elif defined(__linux__) |
#if defined(__ANDROID__) |
+#if defined(CHROMIUM_BUILD) |
+#include <machine/cpu-features.h> |
+#else |
#include <cpu-features.h> |
+#endif |
int arm_cpu_caps(void) |
{ |