summaryrefslogtreecommitdiffstats
path: root/rules/libva-utils.in
blob: 0c4f1c5fa8fe44cfaa7d1aa1352ae7a326cb14be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## SECTION=multimedia_tools

config LIBVA_UTILS
	tristate
	select LIBVA
	prompt "libva-utils"
	help
	  libva-utils is a collection of utilities and examples to exercise
	  VA-API in accordance with the libva project.

if LIBVA_UTILS

config LIBVA_UTILS_X11
	bool
	default LIBVA_X11

config LIBVA_UTILS_WAYLAND
	bool
	default LIBVA_WAYLAND

endif