Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -7,12 +7,12 @@ config BR2_PACKAGE_GST_FFMPEG
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 || !BR2_sh
|
||||
select BR2_PACKAGE_GST_PLUGINS_BASE
|
||||
help
|
||||
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.
|
||||
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.
|
||||
|
||||
This package is configured to use an internal copy of the Libav
|
||||
library.
|
||||
This package is configured to use an internal copy of the
|
||||
Libav library.
|
||||
|
||||
http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html
|
||||
|
||||
|
||||
@@ -12,11 +12,11 @@ GST_FFMPEG_DEPENDENCIES = host-pkgconf gstreamer gst-plugins-base
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST_FFMPEG_GPL),y)
|
||||
GST_FFMPEG_CONF_OPTS += --disable-lgpl
|
||||
GST_FFMPEG_LICENSE = GPLv2+ (gst-ffmpeg), GPLv2+/GPLv3+ (libav)
|
||||
GST_FFMPEG_LICENSE = GPL-2.0+ (gst-ffmpeg), GPL-2.0+/GPL-3.0+ (libav)
|
||||
GST_FFMPEG_LICENSE_FILES = COPYING gst-libs/ext/libav/COPYING.GPLv2 gst-libs/ext/libav/COPYING.GPLv3
|
||||
else
|
||||
GST_FFMPEG_CONF_OPTS += --enable-lgpl
|
||||
GST_FFMPEG_LICENSE = LGPLv2+ (gst-ffmpeg), LGPLv2.1+/LGPLv3+ (libav)
|
||||
GST_FFMPEG_LICENSE = LGPL-2.0+ (gst-ffmpeg), LGPL-2.1+/LGPL-3.0+ (libav)
|
||||
GST_FFMPEG_LICENSE_FILES = COPYING.LIB gst-libs/ext/libav/COPYING.LGPLv2.1 gst-libs/ext/libav/COPYING.LGPLv3
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user