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-ffmpeg / Config.in
1 config BR2_PACKAGE_GST_FFMPEG
2         bool "gst-ffmpeg"
3         select BR2_PACKAGE_GST_PLUGINS_BASE
4         help
5           GStreamer plugin containing one plugin with a set of elements using
6           the Libav library. It contains most popular decoders as well as
7           colorspace conversion elements.
8
9           This package is configured to use an internal copy of the Libav
10           library.
11
12           http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html
13
14 if BR2_PACKAGE_GST_FFMPEG
15
16 config BR2_PACKAGE_GST_FFMPEG_GPL
17         bool "Enable GPL code"
18         help
19           Allow use of GPL code. The resulting libs and binaries will
20           be under GPL.
21
22 endif