implemented sample build in fallback mode without interop

This commit is contained in:
Alexey Ershov
2015-09-10 19:30:19 +03:00
parent f533c05644
commit 22bb5d1fcc
5 changed files with 88 additions and 11 deletions

View File

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