| commit | 12006013cc2cd0a076855ed068f5f782b24631c3 | [log] [tgz] |
|---|---|---|
| author | Chia-chi Yeh <chiachi@android.com> | Tue Aug 31 12:56:01 2010 +0800 |
| committer | Chia-chi Yeh <chiachi@android.com> | Tue Aug 31 12:56:01 2010 +0800 |
| tree | ac055e810efcaba0378b44cb892b1573e34a059f | |
| parent | 0a77ce277c6ed2aa25bbea5f8cd5687c0720cb68 [diff] [blame] |
fixedfft: Only includes cpu-features.h when __arm__ is defined. Change-Id: Ifb6c03b38eff3c94a507ceb5043fcc48b364c25c
diff --git a/media/libmedia/fixedfft.cpp b/media/libmedia/fixedfft.cpp index 9cf05ba..2b495e6 100644 --- a/media/libmedia/fixedfft.cpp +++ b/media/libmedia/fixedfft.cpp
@@ -26,7 +26,7 @@ #include <stdio.h> #include <stdint.h> -#ifdef __ARM_ARCH__ +#ifdef __arm__ #include <machine/cpu-features.h> #endif