|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-GST1_PLUGINS_GOOD_VERSION = 1.0.10
|
|
|
+GST1_PLUGINS_GOOD_VERSION = 1.2.0
|
|
|
GST1_PLUGINS_GOOD_SOURCE = gst-plugins-good-$(GST1_PLUGINS_GOOD_VERSION).tar.xz
|
|
|
GST1_PLUGINS_GOOD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-good
|
|
|
GST1_PLUGINS_GOOD_LICENSE_FILES = COPYING
|
|
@@ -101,6 +101,12 @@ else
|
|
|
GST1_PLUGINS_GOOD_CONF_OPT += --disable-deinterlace
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_DTMF),y)
|
|
|
+GST1_PLUGINS_GOOD_CONF_OPT += --enable-dtmf
|
|
|
+else
|
|
|
+GST1_PLUGINS_GOOD_CONF_OPT += --disable-dtmf
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_EFFECTV),y)
|
|
|
GST1_PLUGINS_GOOD_CONF_OPT += --enable-effectv
|
|
|
else
|
|
@@ -380,6 +386,13 @@ else
|
|
|
GST1_PLUGINS_GOOD_CONF_OPT += --disable-speex
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_TAGLIB),y)
|
|
|
+GST1_PLUGINS_GOOD_CONF_OPT += --enable-taglib
|
|
|
+GST1_PLUGINS_GOOD_DEPENDENCIES += taglib
|
|
|
+else
|
|
|
+GST1_PLUGINS_GOOD_CONF_OPT += --disable-taglib
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VPX),y)
|
|
|
GST1_PLUGINS_GOOD_CONF_OPT += --enable-vpx
|
|
|
GST1_PLUGINS_GOOD_DEPENDENCIES += libvpx
|