diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-03-15 15:51:44 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-03-15 15:51:44 +0200 |
commit | 104d63d95cea4220af84a37e6189936641146587 (patch) | |
tree | abb6d119d35ff1bc2d983f11be1c9d7a2e69ed43 /recipes/gst-plugins-base-1.0.recipe | |
parent | 1c7f6cf9d311846fcafbb86c2030931cf5f931fd (diff) |
recipes: Update to 1.7.911.7.91
Diffstat (limited to 'recipes/gst-plugins-base-1.0.recipe')
-rw-r--r-- | recipes/gst-plugins-base-1.0.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe index 7af772dc..128a765a 100644 --- a/recipes/gst-plugins-base-1.0.recipe +++ b/recipes/gst-plugins-base-1.0.recipe @@ -8,7 +8,7 @@ class Recipe(recipe.Recipe): config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = "--enable-static --program-prefix= --disable-examples " remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-base'} - commit = 'origin/master' + commit = '1.7.91' deps = ['glib', 'gstreamer-1.0', 'libxml2', 'libogg', 'pango', 'libtheora', 'libvisual', 'libvorbis', 'zlib', 'orc', 'opus'] platform_deps = {Platform.ANDROID: [ 'tremor' ], Platform.IOS: [ 'tremor' ] } |