summaryrefslogtreecommitdiffstats
path: root/rules/gstreamer-vaapi1.in
blob: 90562ae7c26bc937a44893b27868b56b340f7b99 (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
26
27
28
## SECTION=multimedia_gstreamer1

config GSTREAMER_VAAPI1
	tristate
	select GSTREAMER1
	select GST_PLUGINS_BASE1
	select LIBVA
	prompt "gstreamer-vaapi1"
	help
	  Gstreamer-vaapi is a collection of GStreamer plugins and helper
	  libraries that allow hardware accelerated video decoding,
	  encoding and processing through VA-API.

if GSTREAMER_VAAPI1

config GSTREAMER_VAAPI1_X11
	bool
	default LIBVA_X11

config GSTREAMER_VAAPI1_GLX
	bool
	default LIBVA_GLX

config GSTREAMER_VAAPI1_WAYLAND
	bool
	default LIBVA_WAYLAND

endif