Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GST1_PLUGINS_BASE_VERSION = 1.6.3
|
||||
GST1_PLUGINS_BASE_VERSION = 1.8.2
|
||||
GST1_PLUGINS_BASE_SOURCE = gst-plugins-base-$(GST1_PLUGINS_BASE_VERSION).tar.xz
|
||||
GST1_PLUGINS_BASE_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-base
|
||||
GST1_PLUGINS_BASE_INSTALL_STAGING = YES
|
||||
@@ -176,6 +176,13 @@ else
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --disable-ivorbis
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OPUS),y)
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --enable-opus
|
||||
GST1_PLUGINS_BASE_DEPENDENCIES += opus
|
||||
else
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --disable-opus
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OGG),y)
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --enable-ogg
|
||||
GST1_PLUGINS_BASE_DEPENDENCIES += libogg
|
||||
|
||||
Reference in New Issue
Block a user