Merge "fix Android standalone toolchain build"

This commit is contained in:
James Zern
2017-08-04 18:25:21 +00:00
committed by Gerrit Code Review
5 changed files with 17 additions and 8 deletions

View File

@ -50,6 +50,7 @@ if(ANDROID)
set(WEBP_DEP_INCLUDE_DIRS ${WEBP_DEP_INCLUDE_DIRS}
${ANDROID_NDK}/sources/android/cpufeatures
)
add_definitions(-DHAVE_CPU_FEATURES_H)
endif()
################################################################################