shithub: libvpx

Download patch

ref: 7a09f6b8926835fc7a8fb59cdf632b2703a640b5
parent: fd671152bc9804dba446f91e22dd37042141f4c7
author: Johann <johannkoenig@google.com>
date: Tue Dec 11 06:47:49 EST 2012

Revert "Upstream build bug for chromium"

This reverts commit 8bb82fded57f6316fdfd103d565050d0f1286bc5.

This is an incorrect workaround. It has been fixed in the GYP files
upstream.

Change-Id: If42f997747ce878b874508fdf7ae5a73a6fa1b2b

--- a/vpx_ports/arm_cpudetect.c
+++ b/vpx_ports/arm_cpudetect.c
@@ -125,11 +125,7 @@
 }
 
 #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)
 {