Browse Source
video_core/cmake: link against libva explicitly ...
... to fix build on Flatpak (and self-builds)
pull/15/merge
liushuyu
4 years ago
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437
1 changed files with
1 additions and
0 deletions
-
src/video_core/CMakeLists.txt
|
|
|
@ -3,6 +3,7 @@ add_subdirectory(host_shaders) |
|
|
|
if(LIBVA_FOUND) |
|
|
|
set_source_files_properties(command_classes/codecs/codec.cpp |
|
|
|
PROPERTIES COMPILE_DEFINITIONS LIBVA_FOUND=1) |
|
|
|
list(APPEND FFmpeg_LIBRARIES ${LIBVA_LIBRARIES}) |
|
|
|
endif() |
|
|
|
|
|
|
|
add_library(video_core STATIC |
|
|
|
|