diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2013-07-02 12:24:10 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-07-02 12:24:10 +0200 |
commit | a1bf096883b27e2eaca03670c3f0148daa49021b (patch) | |
tree | 83af2d39579780958438a5657fd55b794393f771 /recipes/gst-plugins-ugly-1.0-static.recipe | |
parent | bc5403e423a30a892b61373aee88c6eb9a40044f (diff) |
gstreamer-1.0: Update to git master
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 c0cb3ae8..cf1e41b9 100644 --- a/recipes/gst-plugins-ugly-1.0-static.recipe +++ b/recipes/gst-plugins-ugly-1.0-static.recipe @@ -7,7 +7,7 @@ class Recipe(custom.GStreamerStatic): gstreamer_version = '1.0' licenses = [License.LGPLv2Plus] extra_configure_options = "--enable-static --disable-iec958 --disable-mpegstream --disable-cdio --disable-lame --disable-sidplay --disable-twolame" - commit = 'upstream/1.0' + commit = 'upstream/master' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'a52dec', 'opencore-amr', 'libdvdread', 'libmpeg2', 'libmad', 'x264'] |