mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
fallback path & sample timing implemented
fixed trailing whitespaces renamed files *vaapi* to *va_intel* changed names vaapi* to va_intel*
This commit is contained in:
@@ -22,8 +22,8 @@ if((NOT ANDROID) AND HAVE_OPENGL)
|
||||
add_subdirectory(opengl)
|
||||
endif()
|
||||
|
||||
if(UNIX AND NOT ANDROID AND HAVE_VAAPI)
|
||||
add_subdirectory(vaapi)
|
||||
if(UNIX AND NOT ANDROID AND HAVE_VA_INTEL)
|
||||
add_subdirectory(va_intel)
|
||||
endif()
|
||||
|
||||
if(ANDROID AND BUILD_ANDROID_EXAMPLES)
|
||||
|
||||
Reference in New Issue
Block a user