1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Do not use AVX options on Windows ARM in libwebp.

This commit is contained in:
Alexander Smorkalov
2026-04-01 08:55:43 +03:00
parent e038cfda95
commit 443b748b25
+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)