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