Disable vaapi

One less dependency to worry about and ffmpeg works fine without it.
This commit is contained in:
Martin Natano
2022-06-06 14:52:33 +02:00
parent f47ea91e0a
commit 58dd83db8a
4 changed files with 1 additions and 23 deletions
-1
View File
@@ -386,7 +386,6 @@ elseif(LINUX)
)
endif()
find_package("Va")
include("${SM_CMAKE_DIR}/SetupFfmpeg.cmake")
set(OpenGL_GL_PREFERENCE GLVND)