diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-12-27 01:43:21 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-12-27 01:43:21 +0200 |
commit | 138b8ae709556c4ed723576e70ab75226e8dd55b (patch) | |
tree | 331af4aac08aa5b8a6aa095552a2767c8fcbd46c /recipes/gst-editing-services-1.0-static.recipe | |
parent | b08fcf34c6cfac3fba82dbd5a389c66be2559bae (diff) |
gstreamer-1.0: Build from 1.7.1 tag1.7.1
Diffstat (limited to 'recipes/gst-editing-services-1.0-static.recipe')
-rw-r--r-- | recipes/gst-editing-services-1.0-static.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-editing-services-1.0-static.recipe b/recipes/gst-editing-services-1.0-static.recipe index a45881f0..632a2bf2 100644 --- a/recipes/gst-editing-services-1.0-static.recipe +++ b/recipes/gst-editing-services-1.0-static.recipe @@ -9,7 +9,7 @@ class Recipe(custom.GStreamerStatic): licenses = [License.LGPLv2Plus] extra_configure_options = "--enable-static" remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-editing-services'} - commit = 'origin/master' + commit = '1.7.1' config_sh = 'sh ./autogen.sh --noconfigure && ./configure' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'gst-plugins-good-1.0', 'gst-validate'] |