From 4ddf633cca539e08aeb3c9d61d2ed358a33f602a Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 22 Oct 2014 18:50:20 +0200 Subject: recipes: Fix typelibs names We ended up having a typelib called GstVideo-1.0GstAudio without that coma. --- recipes/gst-plugins-base-1.0.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe index 457cd34b..9996096a 100644 --- a/recipes/gst-plugins-base-1.0.recipe +++ b/recipes/gst-plugins-base-1.0.recipe @@ -111,7 +111,7 @@ class Recipe(recipe.Recipe): 'GstRtsp-1.0', 'GstSdp-1.0', 'GstTag-1.0', - 'GstVideo-1.0' + 'GstVideo-1.0', 'GstAudio-1.0' ] -- cgit v1.2.3