python-pathvalidate: bump version to 0.14.1
[buildroot-gz.git] / package / gstreamer / gst-ffmpeg / Config.in
blob2164ea2e053302ecd306370b9c33347a0c59eabf
1 config BR2_PACKAGE_GST_FFMPEG
2         bool "gst-ffmpeg"
3         # Unsupported for MIPS R6. It bundles a version of libav which
4         # doesn't have support for MIPS R6.
5         depends on !BR2_MIPS_CPU_MIPS32R6 && !BR2_MIPS_CPU_MIPS64R6
6         # triggers https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65151 on sh
7         depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 || !BR2_sh
8         select BR2_PACKAGE_GST_PLUGINS_BASE
9         help
10           GStreamer plugin containing one plugin with a set of elements using
11           the Libav library. It contains most popular decoders as well as
12           colorspace conversion elements.
14           This package is configured to use an internal copy of the Libav
15           library.
17           http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html
19 if BR2_PACKAGE_GST_FFMPEG
21 config BR2_PACKAGE_GST_FFMPEG_GPL
22         bool "Enable GPL code"
23         help
24           Allow use of GPL code. The resulting libs and binaries will
25           be under GPL.
27 endif
29 comment "gst-ffmpeg needs a toolchain w/ gcc >= 5"
30         depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_5 && BR2_sh