summaryrefslogtreecommitdiffstats
path: root/rules/libva.in
blob: b0ba96e5c6987561736953726b24377b9c6387b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## SECTION=multimedia_vaapi

menuconfig LIBVA
	tristate
	select HOST_MESON
	select LIBDRM
	select XORG_LIB_X11		if LIBVA_X11
	select XORG_LIB_XEXT		if LIBVA_X11
	select XORG_LIB_XFIXES		if LIBVA_X11
	select WAYLAND			if LIBVA_WAYLAND
	prompt "libva                         "
	help
	  libva an implementation of VA-API for Linux

if LIBVA

config LIBVA_X11
	bool
	prompt "X11 API support"

config LIBVA_WAYLAND
	bool
	prompt "Wayland API support"

endif