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

@@ -22,7 +22,7 @@ if((NOT ANDROID) AND HAVE_OPENGL)
add_subdirectory(opengl)
endif()
if(UNIX AND NOT ANDROID AND HAVE_VA_INTEL)
if(UNIX AND NOT ANDROID AND (HAVE_VA OR HAVE_VA_INTEL))
add_subdirectory(va_intel)
endif()