Merge pull request #28742 from asmorkalov:as/webp_win32_arm

Do not use AVX options on Windows ARM in libwebp.
This commit is contained in:
Alexander Smorkalov
2026-04-02 08:50:27 +03:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ if(ANDROID AND ARMEABI_V7A AND NOT NEON)
endforeach()
endif()
if(WIN32)
if(WIN32 AND (X86_64 OR X86))
foreach(file ${lib_srcs})
if("${file}" MATCHES "_avx2.c")
if(MSVC)