|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-GST1_PLUGINS_BASE_VERSION = 1.10.4
|
|
|
+GST1_PLUGINS_BASE_VERSION = 1.12.0
|
|
|
GST1_PLUGINS_BASE_SOURCE = gst-plugins-base-$(GST1_PLUGINS_BASE_VERSION).tar.xz
|
|
|
GST1_PLUGINS_BASE_SITE = https://gstreamer.freedesktop.org/src/gst-plugins-base
|
|
|
GST1_PLUGINS_BASE_INSTALL_STAGING = YES
|
|
@@ -14,10 +14,6 @@ GST1_PLUGINS_BASE_LICENSE = LGPL-2.0+, LGPL-2.1+
|
|
|
# gio_unix_2_0 is only used for tests
|
|
|
GST1_PLUGINS_BASE_CONF_OPTS = \
|
|
|
--disable-examples \
|
|
|
- --disable-oggtest \
|
|
|
- --disable-vorbistest \
|
|
|
- --disable-gio_unix_2_0 \
|
|
|
- --disable-freetypetest \
|
|
|
--disable-valgrind
|
|
|
|
|
|
# Options which require currently unpackaged libraries
|
|
@@ -95,6 +91,12 @@ else
|
|
|
GST1_PLUGINS_BASE_CONF_OPTS += --disable-audioresample
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_RAWPARSE),y)
|
|
|
+GST1_PLUGINS_BASE_CONF_OPTS += --enable-rawparse
|
|
|
+else
|
|
|
+GST1_PLUGINS_BASE_CONF_OPTS += --disable-rawparse
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_SUBPARSE),y)
|
|
|
GST1_PLUGINS_BASE_CONF_OPTS += --enable-subparse
|
|
|
else
|