diff options
Diffstat (limited to 'recipes/gst-plugins-ugly-1.0-static.recipe')
-rw-r--r-- | recipes/gst-plugins-ugly-1.0-static.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-plugins-ugly-1.0-static.recipe b/recipes/gst-plugins-ugly-1.0-static.recipe index e9ceb25b..3e9edf80 100644 --- a/recipes/gst-plugins-ugly-1.0-static.recipe +++ b/recipes/gst-plugins-ugly-1.0-static.recipe @@ -8,7 +8,7 @@ class Recipe(custom.GStreamerStatic): licenses = [License.LGPLv2Plus] extra_configure_options = "--enable-static --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.6.0' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'a52dec', 'opencore-amr', 'libdvdread', 'libmpeg2', 'libmad', 'x264', 'lame'] |