summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-bad.in
blob: 46b1d75f8022bbcdd4f08010e824a83ace8d470a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## SECTION=multimedia
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