summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-ugly1.in
blob: 54566099c62072cb292a7623956eb1f62a73f453 (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
## SECTION=multimedia_gstreamer1

menuconfig GST_PLUGINS_UGLY1
	tristate
	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

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_XINGMUX
	bool
	prompt "xingmux"

config GST_PLUGINS_UGLY1_REALMEDIA
	bool
	prompt "realmedia"

config GST_PLUGINS_UGLY1_A52DEC
	bool
	depends on BROKEN
	prompt "a52dec"

config GST_PLUGINS_UGLY1_AMRNB
	bool
	depends on BROKEN
	prompt "amrnb"

config GST_PLUGINS_UGLY1_AMRWBDEC
	bool
	depends on BROKEN
	prompt "amrwbdec"

config GST_PLUGINS_UGLY1_CDIO
	bool
	depends on BROKEN
	prompt "cdio"

config GST_PLUGINS_UGLY1_DVDREADSRC
	bool
	depends on BROKEN
	prompt "dvdreadsrc"

config GST_PLUGINS_UGLY1_MPEG2DEC
	bool
	prompt "mpeg2dec"

config GST_PLUGINS_UGLY1_SID
	bool
	depends on BROKEN
	prompt "sid"

config GST_PLUGINS_UGLY1_X264
	bool
	depends on BROKEN
	prompt "x264"

endif