diff options
Diffstat (limited to 'recipes/gst-rtsp-server-1.0-static.recipe')
-rw-r--r-- | recipes/gst-rtsp-server-1.0-static.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-rtsp-server-1.0-static.recipe b/recipes/gst-rtsp-server-1.0-static.recipe index ec315b90..9bae0397 100644 --- a/recipes/gst-rtsp-server-1.0-static.recipe +++ b/recipes/gst-rtsp-server-1.0-static.recipe @@ -8,7 +8,7 @@ class Recipe(custom.GStreamerStatic): licenses = [License.LGPLv2Plus] extra_configure_options = "--disable-examples --enable-static" remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-rtsp-server'} - commit = 'origin/master' + commit = '1.7.91' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0' ] use_system_libs = True |