diff options
-rw-r--r-- | package/multimedia/gst-plugins-good/gst-plugins-good.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/multimedia/gst-plugins-good/gst-plugins-good.mk b/package/multimedia/gst-plugins-good/gst-plugins-good.mk index c7afed4c7..4e6b73e5d 100644 --- a/package/multimedia/gst-plugins-good/gst-plugins-good.mk +++ b/package/multimedia/gst-plugins-good/gst-plugins-good.mk @@ -3,7 +3,7 @@ # gst-plugins-good # ############################################################# -GST_PLUGINS_GOOD_VERSION = 0.10.30 +GST_PLUGINS_GOOD_VERSION = 0.10.31 GST_PLUGINS_GOOD_SOURCE = gst-plugins-good-$(GST_PLUGINS_GOOD_VERSION).tar.bz2 GST_PLUGINS_GOOD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-good @@ -21,8 +21,7 @@ GST_PLUGINS_GOOD_CONF_OPT = \ --disable-aalibtest \ --disable-esd \ --disable-esdtest \ - --disable-shout2 \ - --disable-shout2test + --disable-shout2 GST_PLUGINS_GOOD_DEPENDENCIES = gstreamer gst-plugins-base |