diff options
Diffstat (limited to 'recipes/gst-plugins-good-1.0-static.recipe')
-rw-r--r-- | recipes/gst-plugins-good-1.0-static.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-plugins-good-1.0-static.recipe b/recipes/gst-plugins-good-1.0-static.recipe index 5f1babce..d4ff4e7f 100644 --- a/recipes/gst-plugins-good-1.0-static.recipe +++ b/recipes/gst-plugins-good-1.0-static.recipe @@ -8,7 +8,7 @@ class Recipe(custom.GStreamerStatic): licenses = [License.LGPLv2Plus] extra_configure_options = '--enable-static --disable-oss4 --disable-oss --disable-dv1394 --disable-aalib --disable-libcaca --disable-jack --disable-shout2' remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-good'} - commit = 'origin/master' + commit = '1.6.0' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'libjpeg-turbo', 'libpng', 'speex', 'gdk-pixbuf', 'libsoup', 'orc', 'wavpack', 'flac', 'taglib', 'bzip2', 'zlib', |