diff options
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 253ca3e2..e7d44d90 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.6.0' config_sh = 'sh ./autogen.sh --noconfigure && ./configure' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'gst-plugins-good-1.0', 'gst-validate'] |