summaryrefslogtreecommitdiff
path: root/recipes/gst-plugins-base-1.0.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-07-02 12:24:10 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-07-02 12:24:10 +0200
commita1bf096883b27e2eaca03670c3f0148daa49021b (patch)
tree83af2d39579780958438a5657fd55b794393f771 /recipes/gst-plugins-base-1.0.recipe
parentbc5403e423a30a892b61373aee88c6eb9a40044f (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.recipe2
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' ] }