Merge pull request #5363 from avershov:opencl-vaapi-detect

This commit is contained in:
Alexander Alekhin
2015-09-24 12:32:03 +00:00
3 changed files with 205 additions and 399 deletions

View File

@@ -12,7 +12,7 @@ endif()
if(VA_INCLUDE_DIR)
set(HAVE_VA TRUE)
set(VA_LIBRARIES "-lva" "-lva-x11")
set(VA_LIBRARIES "-lva" "-lva-drm")
else()
set(HAVE_VA FALSE)
message(WARNING "libva installation is not found.")