summaryrefslogtreecommitdiffstats
path: root/rules/mplayer.in
blob: c106b48ddce8db03f9aecb86d9f88e47172e8b93 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
menuconfig MPLAYER
	bool
	select LIBJPEG if MPLAYER_VO_JPEG
	select XORG_LIB_XV if MPLAYER_VO_XV
	select XORG_LIB_X11 if MPLAYER_VO_X11
	prompt "mplayer             "
	help
	  The Ultimate Movie Player For Linux

 	  It plays most mpeg, avi and asf files, supported by many
	  native and win32 DLL codecs. You can watch VCD, DVD and
	  even DivX movies too. The other big feature of mplayer
	  is the wide range of supported output drivers.
	  It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev,
	  but you can use SDL (and this way all drivers of SDL)
	  and some lowlevel card-specific drivers
	  (for Matrox/3dfx/SiS) too.

config MPLAYER_V4L2
	bool
	prompt "enable v4l2 support for mplayer"
	depends on MPLAYER

config MPLAYER_VO_JPEG
	bool
	prompt "enable jpeg output support for mplayer"
	depends on MPLAYER

config MPLAYER_VO_XV
	bool
	prompt "enable Xvideo output support for mplayer"
	depends on MPLAYER

config MPLAYER_VO_X11
	bool
	prompt "enable X11 output support for mplayer"
	depends on MPLAYER

config MPLAYER_VO_FBDEV
	bool
	prompt "enable framebuffer output support for mplayer"
	depends on MPLAYER