summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-ugly1.in
blob: 583fe2bc6ce28f2b4c5e05c33c952df2b9a612d9 (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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
## SECTION=multimedia_gstreamer1

menuconfig GST_PLUGINS_UGLY1
	tristate
	select HOST_MESON

	select GLIB
	select GSTREAMER1
	select GST_PLUGINS_BASE1
	select ORC
	select LIBMPEG2			if GST_PLUGINS_UGLY1_MPEG2DEC
	prompt "gst-plugins-ugly              "
	help
	  GStreamer Ugly Plug-ins is a set of plug-ins that
	  have good quality and correct functionality, but
	  distributing them might pose problems. The license
	  on either the plug-ins or the supporting libraries
	  might not be how we'd like. The code might be widely
	  known to present patent problems.

if GST_PLUGINS_UGLY1

comment "dependency-less plugins"

config GST_PLUGINS_UGLY1_ASFDEMUX
	bool
	prompt "asfdemux"

config GST_PLUGINS_UGLY1_DVDLPCMDEC
	bool
	prompt "dvdlpcmdec"

config GST_PLUGINS_UGLY1_DVDSUB
	bool
	prompt "dvdsub"

config GST_PLUGINS_UGLY1_REALMEDIA
	bool
	prompt "realmedia"

config GST_PLUGINS_UGLY1_XINGMUX
	bool
	prompt "xingmux"

comment "plugins with dependencies"

config GST_PLUGINS_UGLY1_A52DEC
	bool
	# needs liba52
	depends on BROKEN
	prompt "a52dec"
	help
	  Dolby Digital (AC-3) audio decoder plugin

config GST_PLUGINS_UGLY1_AMRNB
	bool
	# needs opencore-amrnb
	depends on BROKEN
	prompt "amrnb"
	help
	  Adaptive Multi-Rate Narrow-Band audio codec plugin

config GST_PLUGINS_UGLY1_AMRWBDEC
	bool
	# needs opencore-amrwb
	depends on BROKEN
	prompt "amrwbdec"
	help
	  Adaptive Multi-Rate Wide-Band audio decoder plugin

config GST_PLUGINS_UGLY1_CDIO
	bool
	# needs libcdio
	depends on BROKEN
	prompt "cdio"
	help
	  CD audio source plugin

config GST_PLUGINS_UGLY1_DVDREAD
	bool
	# needs glib & dvdread
	depends on BROKEN
	prompt "dvdread"
	help
	  DVD video source plugin

config GST_PLUGINS_UGLY1_MPEG2DEC
	bool
	prompt "mpeg2dec"
	help
	  MPEG 2 video decoder plugin

config GST_PLUGINS_UGLY1_SIDPLAY
	bool
	# needs sidplay
	depends on BROKEN
	prompt "sidplay"
	help
	  Commodore 64 audio decoder plugin

config GST_PLUGINS_UGLY1_X264
	bool
	# needs x264
	depends on BROKEN
	prompt "x264"
	help
	  H.264 video encoder plugin

endif