summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-bad.in
blob: 5e5fc11606354f07d48ff7082ff7c35ebf271219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
menuconfig GST_PLUGINS_BAD
	tristate
	select GLIB
	select LIBOIL
	select GSTREAMER
	select GST_PLUGINS_BASE
	prompt "gst-plugins-bad               "
	help
	  FIXME

if GST_PLUGINS_BAD

	config GST_PLUGINS_BAD__FBDEVSINK
		bool
		prompt "fbdevsink"

	config GST_PLUGINS_BAD__BAYER
		bool
		prompt "bayer filter"

endif