Chromium Code Reviews| 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,7 @@ |
| #elif defined(__linux__) |
| #if defined(__ANDROID__) |
| -#include <cpu-features.h> |
| +#include <machine/cpu-features.h> |
|
Alpha Left Google
2012/11/19 18:46:33
It's better that we upstream this change to libvpx
wjia(left Chromium)
2012/11/19 19:41:48
Done with CHROMIUM_BUILD flag. I will ask Johann t
|
| int arm_cpu_caps(void) |
| { |