diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-14 18:26:24 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-14 23:05:53 +0100 |
commit | bf15b5340f0a46d567ed19137d2c565bd13f655f (patch) | |
tree | a5ad19affa6a0ce755ff249987d871f6cfb24a28 /package | |
parent | 841a6dc0a95dcdef91ca222e9c8d3c9121f0124d (diff) |
gst-plugins-good: bump version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-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 |