diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-07-06 14:48:32 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-07-06 14:48:32 +0300 |
commit | 318c87a139821db866bdad9e05e9a83aa6f923c2 (patch) | |
tree | 5b5e615562caa6b93b214daa9b600e90e4e2b5f4 /recipes/gst-plugins-ugly-1.0.recipe | |
parent | 44ece68a75a4245ed0759bfa28179fbf2c8536b9 (diff) |
gstreamer: Update versions to 1.9.1
Diffstat (limited to 'recipes/gst-plugins-ugly-1.0.recipe')
-rw-r--r-- | recipes/gst-plugins-ugly-1.0.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-plugins-ugly-1.0.recipe b/recipes/gst-plugins-ugly-1.0.recipe index ce7fb0e5..fbf17e5e 100644 --- a/recipes/gst-plugins-ugly-1.0.recipe +++ b/recipes/gst-plugins-ugly-1.0.recipe @@ -8,7 +8,7 @@ class Recipe(recipe.Recipe): config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = "--disable-examples --disable-iec958 --disable-mpegstream --disable-cdio --disable-sidplay --disable-twolame " remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly'} - commit = 'origin/master' + commit = '1.9.1' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'a52dec', 'opencore-amr', 'libdvdread', 'libmpeg2', 'libmad', 'x264', 'lame', 'mpg123'] |