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-base-1.0.recipe | |
parent | bc5403e423a30a892b61373aee88c6eb9a40044f (diff) |
gstreamer-1.0: Update to git master
Diffstat (limited to 'recipes/gst-plugins-base-1.0.recipe')
-rw-r--r-- | recipes/gst-plugins-base-1.0.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe index 4ecbad04..d5180521 100644 --- a/recipes/gst-plugins-base-1.0.recipe +++ b/recipes/gst-plugins-base-1.0.recipe @@ -7,7 +7,7 @@ class Recipe(recipe.Recipe): licenses = [License.LGPLv2Plus] config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = "--enable-static --program-prefix= --disable-introspection --disable-examples " - commit = 'upstream/1.0' + commit = 'upstream/master' deps = ['glib', 'gstreamer-1.0', 'libxml2', 'libogg', 'pango', 'libtheora', 'libvisual', 'libvorbis', 'zlib', 'orc'] platform_deps = { Platform.LINUX: [ 'cdparanoia' ], Platform.ANDROID: [ 'tremor' ], Platform.IOS: [ 'tremor' ] } |