mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
Fix CMake redefinition for HAVE_CPU_FEATURES_H
It is still redefined, but to the same constant, hence no more warning as mentioned on BUG=webp:358 Change-Id: I80a834c139d5d60cd693d468b0e2ea399729ab3e
This commit is contained in:
@ -48,7 +48,7 @@ if(ANDROID)
|
||||
set(WEBP_DEP_INCLUDE_DIRS ${WEBP_DEP_INCLUDE_DIRS}
|
||||
${ANDROID_NDK}/sources/android/cpufeatures
|
||||
)
|
||||
add_definitions(-DHAVE_CPU_FEATURES_H)
|
||||
add_definitions(-DHAVE_CPU_FEATURES_H=1)
|
||||
set(HAVE_CPU_FEATURES_H 1)
|
||||
else()
|
||||
set(HAVE_CPU_FEATURES_H 0)
|
||||
|
Reference in New Issue
Block a user