1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

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
+1 -1
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)