Android: limit use of cpufeatures

cpufeatures is only used with armeabi-v7a.*

Change-Id: I80284061d71d9defa50d139c7f1bda67c00f567e
This commit is contained in:
James Zern
2015-08-20 01:25:37 +00:00
parent 7b83adbee6
commit 14efabbf1c
2 changed files with 8 additions and 3 deletions

View File

@ -13,7 +13,7 @@
#include "./dsp.h"
#if defined(__ANDROID__)
#if defined(WEBP_ANDROID_NEON)
#include <cpu-features.h>
#endif