rabbitmq-server: security bump to version 3.6.6
[buildroot-gz.git] / package / gstreamer1 / gst1-imx / Config.in
blobefd508686528876847f9ab93e020c567e21d3c64
1 config BR2_PACKAGE_GST1_IMX
2         bool "gst1-imx"
3         depends on BR2_arm # Only relevant for i.MX
4         depends on !BR2_STATIC_LIBS
5         select BR2_PACKAGE_GST1_PLUGINS_BASE
6         help
7           This is a set of GStreamer 1.0 plugins for plugins for Freescale's
8           i.MX platforms, which make use of the i.MX multimedia capabilities.
10           This software supports only the i.MX6 SoC family.
12           The IPU and PXP plugins are built when an imx-specific kernel is
13           enabled.
14           The V4L2 plugin is built when BR2_PACKAGE_GST1_PLUGINS_BAD is enabled.
15           The VPU plugin is built when BR2_PACKAGE_LIBIMXVPUAPI is enabled.
16           The EGL plugin is built when BR2_PACKAGE_IMX_GPU_VIV is enabled.
17           The G2D plugin is built when BR2_PACKAGE_IMX_GPU_VIV_G2D is enabled.
18           The MP3 plugin is built when BR2_PACKAGE_IMX_CODEC is enabled.
20           https://github.com/Freescale/gstreamer-imx
22 comment "gst1-imx needs a toolchain w/ dynamic library"
23         depends on BR2_arm
24         depends on BR2_STATIC_LIBS