mirror of https://github.com/intel/libva-utils.git
6 lines
156 B
Meson
6 lines
156 B
Meson
![]() |
if use_drm
|
||
|
executable('sfcsample', [ 'TestMain.cpp', 'VDecAccelVA.cpp' ],
|
||
|
dependencies: libva_display_dep,
|
||
|
install: true)
|
||
|
endif
|