2010-10-07 15:55:08 +02:00
|
|
|
config BR2_PACKAGE_GST_FFMPEG
|
|
|
|
bool "gst-ffmpeg"
|
2016-01-19 13:03:01 +01:00
|
|
|
# Unsupported for MIPS R6. It bundles a version of libav which
|
|
|
|
# doesn't have support for MIPS R6.
|
2016-09-30 11:36:49 +02:00
|
|
|
depends on !BR2_MIPS_CPU_MIPS32R6 && !BR2_MIPS_CPU_MIPS64R6
|
2016-05-29 14:38:57 +02:00
|
|
|
# triggers https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65151 on sh
|
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 || !BR2_sh
|
2010-10-07 15:55:08 +02:00
|
|
|
select BR2_PACKAGE_GST_PLUGINS_BASE
|
|
|
|
help
|
2014-10-19 21:33:21 +02:00
|
|
|
GStreamer plugin containing one plugin with a set of elements using
|
2015-04-23 00:14:34 +02:00
|
|
|
the Libav library. It contains most popular decoders as well as
|
2014-10-19 21:33:21 +02:00
|
|
|
colorspace conversion elements.
|
2010-10-07 15:55:08 +02:00
|
|
|
|
2014-10-19 21:33:21 +02:00
|
|
|
This package is configured to use an internal copy of the Libav
|
|
|
|
library.
|
|
|
|
|
|
|
|
http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html
|
2010-10-07 15:55:08 +02:00
|
|
|
|
2014-10-19 21:33:19 +02:00
|
|
|
if BR2_PACKAGE_GST_FFMPEG
|
|
|
|
|
|
|
|
config BR2_PACKAGE_GST_FFMPEG_GPL
|
|
|
|
bool "Enable GPL code"
|
|
|
|
help
|
2015-04-23 00:14:34 +02:00
|
|
|
Allow use of GPL code. The resulting libs and binaries will
|
2014-10-19 21:33:19 +02:00
|
|
|
be under GPL.
|
|
|
|
|
|
|
|
endif
|
2016-05-29 14:38:57 +02:00
|
|
|
|
|
|
|
comment "gst-ffmpeg needs a toolchain w/ gcc >= 5"
|
|
|
|
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_5 && BR2_sh
|