diff options
Diffstat (limited to 'recipes/gstreamer-1.0.recipe')
-rw-r--r-- | recipes/gstreamer-1.0.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gstreamer-1.0.recipe b/recipes/gstreamer-1.0.recipe index a98d8f74..a6e342c9 100644 --- a/recipes/gstreamer-1.0.recipe +++ b/recipes/gstreamer-1.0.recipe @@ -7,7 +7,7 @@ class Recipe(recipe.Recipe): licenses = [License.LGPLv2_1Plus] config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = "--enable-static --program-prefix= --disable-instrospection --disable-examples " - commit = 'upstream/1.0' + commit = 'upstream/master' deps = ['glib', 'gtk-doc-lite'] files_bins = ['gst-inspect-1.0', |