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 / gstreamer1 / gst1-plugins-ugly / Config.in
1 menuconfig BR2_PACKAGE_GST1_PLUGINS_UGLY
2         bool "gst1-plugins-ugly"
3         select BR2_PACKAGE_GST1_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_GST1_PLUGINS_UGLY
11
12 comment "dependency-less plugins"
13
14 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_ASFDEMUX
15         bool "asfdemux"
16         help
17           Demuxes and muxes audio and video in Microsofts ASF format
18
19 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDLPCMDEC
20         bool "dvdlpcmdec"
21         help
22           Decode DVD LPCM frames into standard PCM
23
24 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDSUB
25         bool "dvdsub"
26         help
27           DVD subtitle parser and decoder
28
29 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_XINGMUX
30         bool "xingmux"
31         help
32           Add XING tags to mpeg audio files
33
34 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_REALMEDIA
35         bool "realmedia"
36         help
37           RealMedia support plugins
38
39 comment "plugins with external dependencies (there may be more available)"
40
41 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDREAD
42         bool "dvdread"
43         depends on !BR2_STATIC_LIBS # libdvdread
44         select BR2_PACKAGE_LIBDVDREAD
45         help
46           Access a DVD with dvdread
47
48 comment "dvdread needs a toolchain w/ dynamic library"
49         depends on BR2_STATIC_LIBS
50
51 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_LAME
52         bool "lame (*.mp3 audio encoder)"
53         select BR2_PACKAGE_LAME
54         help
55           Encode MP3s with LAME
56
57 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_MAD
58         bool "mad (*.mp3 audio)"
59         select BR2_PACKAGE_LIBID3TAG
60         select BR2_PACKAGE_LIBMAD
61         help
62           mp3 decoding based on the mad library
63
64 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_MPEG2DEC
65         bool "mpeg2dec"
66         select BR2_PACKAGE_LIBMPEG2
67         help
68           LibMpeg2 decoder
69
70 # Note: to get descriptions use the following.
71 # # find . -name 'plugin-*.xml' | xargs grep -m 1 description
72 endif