b833c96579b0de7724d05aa892c821036d5f3ed3
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / gstreamer / gstreamer / Config.in
1 config BR2_PACKAGE_GSTREAMER
2         bool "gstreamer 0.10"
3         depends on BR2_USE_WCHAR # glib2
4         depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
5         depends on BR2_USE_MMU # glib2
6         select BR2_PACKAGE_LIBGLIB2
7         help
8           GStreamer is an open source multimedia framework.
9
10           This 0.10.x version of GStreamer is incompatible with
11           GStreamer 1.X.
12
13           http://gstreamer.freedesktop.org/
14
15 if BR2_PACKAGE_GSTREAMER
16
17 config BR2_PACKAGE_GSTREAMER_GST_DEBUG
18         bool "enable gst-debug trace support"
19         default y
20         help
21           Enable support for the gst-debug tracing functionality in gstreamer.
22           This has limited CPU overhead, but does increase the rootfs size
23           somewhat.
24
25 config BR2_PACKAGE_GSTREAMER_PLUGIN_REGISTRY
26         bool "enable plugin registry"
27         default y
28         help
29           Enable support for the GStreamer plugin registry. This may increase
30           the launch-time for a GStreamer application.
31
32 endif
33
34 comment "gstreamer 0.10 needs a toolchain w/ wchar, threads"
35         depends on BR2_USE_MMU
36         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS