aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-11-20 22:15:22 +0000
committerGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-11-20 22:15:22 +0000
commit8d52841110f1017a7dd7f4083fea7369a82f97f3 (patch)
tree7b3d562b0552dee177a8e65b1714a441efa1994d
parent0c547bca505a57cf9428a7ff6d8501a11f4ea827 (diff)
change guard to use ANDROID and __arm__, so it doesn't break non-arm android
configs (e.g. simulator) git-svn-id: http://skia.googlecode.com/svn/trunk@440 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--src/core/SkBitmapProcState_filter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/SkBitmapProcState_filter.h b/src/core/SkBitmapProcState_filter.h
index 95d6a26b43..7b9b3e5500 100644
--- a/src/core/SkBitmapProcState_filter.h
+++ b/src/core/SkBitmapProcState_filter.h
@@ -14,9 +14,11 @@
* limitations under the License.
*/
+#ifdef __arm__
#ifdef ANDROID
#include <machine/cpu-features.h>
#endif
+#endif
#include "SkColorPriv.h"