forked from intel/libva-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeson.build
21 lines (21 loc) · 861 Bytes
/
meson.build
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
executable('vavpp', [ 'vavpp.cpp' ],
dependencies: libva_display_dep,
install: true)
executable('vppblending', [ 'vppblending.cpp' ],
dependencies: libva_display_dep,
install: true)
executable('vppchromasitting', [ 'vppchromasitting.cpp' ],
dependencies: libva_display_dep,
install: true)
executable('vppdenoise', [ 'vppdenoise.cpp' ],
dependencies: libva_display_dep,
install: true)
executable('vppscaling_csc', [ 'vppscaling_csc.cpp' ],
dependencies: libva_display_dep,
install: true)
executable('vppscaling_n_out_usrptr', [ 'vppscaling_n_out_usrptr.cpp' ],
dependencies: libva_display_dep,
install: true)
executable('vppsharpness', [ 'vppsharpness.cpp' ],
dependencies: libva_display_dep,
install: true)