The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / gstreamer / gst-plugins-ugly / Config.in
1 menuconfig BR2_PACKAGE_GST_PLUGINS_UGLY
2         bool "gst-plugins-ugly"
3         select BR2_PACKAGE_GST_PLUGINS_BASE
4         help
5           A set of well-supported plug-ins for GStreamer, but might pose
6           problems for distributors.
7
8           http://gstreamer.freedesktop.org/
9
10 if BR2_PACKAGE_GST_PLUGINS_UGLY
11
12 comment "dependency-less plugins"
13
14 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_ASFDEMUX
15         bool "asfdemux"
16
17 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_DVDLPCMDEC
18         bool "dvdlpcmdec"
19
20 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_DVDSUB
21         bool "dvdsub"
22
23 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_IEC958
24         bool "iec958"
25
26 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MPEGAUDIOPARSE
27         bool "mpegaudioparse"
28
29 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MPEGSTREAM
30         bool "mpegstream"
31
32 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_REALMEDIA
33         bool "realmedia"
34
35 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_SYNAESTHESIA
36         bool "synaesthesia"
37
38 comment "plugins with external dependencies (there may be more available)"
39
40 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_LAME
41         bool "lame (*.mp3 audio encoder)"
42         select BR2_PACKAGE_LAME
43
44 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MAD
45         bool "mad (*.mp3 audio)"
46         select BR2_PACKAGE_LIBID3TAG
47         select BR2_PACKAGE_LIBMAD
48
49 config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MPEG2DEC
50         bool "mpeg2dec"
51         select BR2_PACKAGE_LIBMPEG2
52
53 endif