File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -395,11 +395,11 @@ OCV_OPTION(WITH_OPENCL_D3D11_NV "Include NVIDIA OpenCL D3D11 support" WITH_DIREC
395
395
OCV_OPTION (WITH_LIBREALSENSE "Include Intel librealsense support" OFF
396
396
VISIBLE_IF NOT WITH_INTELPERC
397
397
VERIFY HAVE_LIBREALSENSE )
398
- OCV_OPTION (WITH_VA "Include VA support" ON
399
- VISIBLE_IF UNIX AND NOT ANDROID
398
+ OCV_OPTION (WITH_VA "Include VA support" ( X86_64 OR X86 )
399
+ VISIBLE_IF UNIX AND NOT APPLE AND NOT ANDROID
400
400
VERIFY HAVE_VA )
401
- OCV_OPTION (WITH_VA_INTEL "Include Intel VA-API/OpenCL support" ON
402
- VISIBLE_IF UNIX AND NOT ANDROID
401
+ OCV_OPTION (WITH_VA_INTEL "Include Intel VA-API/OpenCL support" ( X86_64 OR X86 )
402
+ VISIBLE_IF UNIX AND NOT APPLE AND NOT ANDROID
403
403
VERIFY HAVE_VA_INTEL )
404
404
OCV_OPTION (WITH_MFX "Include Intel Media SDK support" OFF
405
405
VISIBLE_IF (UNIX AND NOT ANDROID ) OR (WIN32 AND NOT WINRT AND NOT MINGW )
Original file line number Diff line number Diff line change @@ -413,11 +413,11 @@ if(APPLE AND NOT CMAKE_CROSSCOMPILING AND NOT DEFINED ENV{LDFLAGS} AND EXISTS "/
413
413
endif ()
414
414
415
415
if (ENABLE_BUILD_HARDENING )
416
- include (${CMAKE_CURRENT_LIST_DIR} /OpenCVCompilerDefenses.cmake )
416
+ include (" ${CMAKE_CURRENT_LIST_DIR} /OpenCVCompilerDefenses.cmake" )
417
417
endif ()
418
418
419
419
if (MSVC )
420
- include (cmake /OpenCVCRTLinkage.cmake )
420
+ include (" ${CMAKE_CURRENT_LIST_DIR} /OpenCVCRTLinkage.cmake" )
421
421
add_definitions (-D_VARIADIC_MAX=10 )
422
422
endif ()
423
423
You can’t perform that action at this time.
0 commit comments