mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
Fixed and updated OpenCL-VA interoperability
This commit is contained in:
committed by
Maksim Shabunin
parent
0dc28d3446
commit
862fc06b6f
@@ -36,7 +36,7 @@ endif()
|
||||
if(HAVE_OPENVX)
|
||||
add_subdirectory(openvx)
|
||||
endif()
|
||||
if(UNIX AND NOT ANDROID AND (HAVE_VA OR HAVE_VA_INTEL))
|
||||
if(UNIX AND NOT ANDROID AND HAVE_VA)
|
||||
add_subdirectory(va_intel)
|
||||
endif()
|
||||
if(ANDROID AND (BUILD_ANDROID_EXAMPLES OR INSTALL_ANDROID_EXAMPLES))
|
||||
|
||||
Reference in New Issue
Block a user