2010-10-07 15:55:08 +02:00
|
|
|
config BR2_PACKAGE_GST_FFMPEG
|
|
|
|
bool "gst-ffmpeg"
|
|
|
|
select BR2_PACKAGE_GST_PLUGINS_BASE
|
|
|
|
depends on BR2_LARGEFILE
|
2011-03-01 17:20:01 +01:00
|
|
|
depends on BR2_INET_IPV6
|
2010-10-07 15:55:08 +02:00
|
|
|
help
|
2014-10-19 21:33:21 +02:00
|
|
|
GStreamer plugin containing one plugin with a set of elements using
|
|
|
|
the Libav library. It contains most popular decoders as well as
|
|
|
|
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
|
|
|
|
Allow use of GPL code. The resulting libs and binaries will
|
|
|
|
be under GPL.
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "gst-ffmpeg needs a toolchain w/ largefile, IPv6"
|
2011-03-01 17:20:01 +01:00
|
|
|
depends on !(BR2_LARGEFILE && BR2_INET_IPV6)
|