|
@@ -3,7 +3,7 @@
|
|
# gst-plugins-base
|
|
# gst-plugins-base
|
|
#
|
|
#
|
|
#############################################################
|
|
#############################################################
|
|
-GST_PLUGINS_BASE_VERSION = 0.10.22
|
|
|
|
|
|
+GST_PLUGINS_BASE_VERSION = 0.10.23
|
|
GST_PLUGINS_BASE_SOURCE = gst-plugins-base-$(GST_PLUGINS_BASE_VERSION).tar.bz2
|
|
GST_PLUGINS_BASE_SOURCE = gst-plugins-base-$(GST_PLUGINS_BASE_VERSION).tar.bz2
|
|
GST_PLUGINS_BASE_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-base
|
|
GST_PLUGINS_BASE_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-base
|
|
GST_PLUGINS_BASE_INSTALL_STAGING = YES
|
|
GST_PLUGINS_BASE_INSTALL_STAGING = YES
|
|
@@ -28,6 +28,12 @@ else
|
|
GST_PLUGINS_BASE_CONF_OPT += --disable-adder
|
|
GST_PLUGINS_BASE_CONF_OPT += --disable-adder
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_APP),y)
|
|
|
|
+GST_PLUGINS_BASE_CONF_OPT += --enable-app
|
|
|
|
+else
|
|
|
|
+GST_PLUGINS_BASE_CONF_OPT += --disable-app
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_AUDIOCONVERT),y)
|
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_AUDIOCONVERT),y)
|
|
GST_PLUGINS_BASE_CONF_OPT += --enable-audioconvert
|
|
GST_PLUGINS_BASE_CONF_OPT += --enable-audioconvert
|
|
else
|
|
else
|