1 config BR2_PACKAGE_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
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
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"
24 Allow use of GPL code. The resulting libs and binaries will
29 comment "gst-ffmpeg needs a toolchain w/ gcc >= 5"
30 depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_5 && BR2_sh