diff options
Diffstat (limited to 'recipes/gst-libav-1.0-static.recipe')
-rw-r--r-- | recipes/gst-libav-1.0-static.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-libav-1.0-static.recipe b/recipes/gst-libav-1.0-static.recipe index fed6d741..84c30688 100644 --- a/recipes/gst-libav-1.0-static.recipe +++ b/recipes/gst-libav-1.0-static.recipe @@ -14,7 +14,7 @@ class Recipe(custom.GStreamerStatic): licenses = [License.LGPLv2Plus] extra_configure_options = "--enable-static --enable-lgpl --disable-example" remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-libav'} - commit = 'origin/master' + commit = '1.6.0' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'bzip2', 'zlib' ] files_plugins_codecs_restricted_devel = ['libgstlibav'] |