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:
Vendored
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user