summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-Xv.in
blob: 85928f19f01970982e3d63bd3ec5127da0400a2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# xv.pc says:
# Requires: xproto videoproto
# Requires.private: x11 xext
#
config XORG_LIB_XV
	bool
	prompt "libXv"
	select XORG_LIB_X11
	select XORG_LIB_XEXT
	select XORG_PROTO_XEXT
	select XORG_PROTO_VIDEO
	help
	  The Xv extension provides support for video adaptors attached to an X
	  display. It takes the approach that a display may have one or more video
	  adaptors, each of which has one or more ports through which independent
	  video streams pass.