summaryrefslogtreecommitdiffstats
path: root/rules/mplayer.in
blob: 2727c3d62fd8214f3dc94b7b67c695f54b4d8c4a (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
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.

# -----

menuconfig MPLAYER_VI
	bool
	prompt "Video Input"
	depends on MPLAYER

config MPLAYER_VI_V4L1
	bool
	prompt "v4l1 support"
	depends on MPLAYER_VI

config MPLAYER_VI_V4L2
	bool
	select LIBC_PTHREAD
	prompt "v4l2 support"
	depends on MPLAYER_VI

# -----

menuconfig MPLAYER_VO
	bool
	prompt "Video Output"
	depends on MPLAYER

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

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

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

# -----

menuconfig MPLAYER_CODEC
	bool
	prompt "Video Codecs"
	depends on MPLAYER

config MPLAYER_CODEC_MPEG2
	bool
	prompt "mpeg2"
	depends on MPLAYER_CODEC

# -----

menuconfig MPLAYER_ADVANCED
	bool
	prompt "Advanced Options"
	depends on MPLAYER

config MPLAYER_ADVANCED_PXA
	bool
	prompt "pxa support"
	depends on MPLAYER_ADVANCED

config MPLAYER_ADVANCED_IWMMXT
	bool
	prompt "iwmmxt extensions"
	depends on MPLAYER_ADVANCED