diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2014-05-19 21:26:47 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2014-05-25 07:59:52 +0200 |
commit | 3031628a9a9f1b2ddb2041c74b4322eb1f0cf460 (patch) | |
tree | 4fcff576d4355644ee2df796f7aa6a57b5aab431 /recipes/gst-plugins-base-1.0.recipe | |
parent | 9cc06cb301d7dbf29221165834559308ff6d5ad2 (diff) |
recipes:plugins-base: Do not forget the GstAudio typelib file
Diffstat (limited to 'recipes/gst-plugins-base-1.0.recipe')
-rw-r--r-- | recipes/gst-plugins-base-1.0.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe index 730465e9..5351234b 100644 --- a/recipes/gst-plugins-base-1.0.recipe +++ b/recipes/gst-plugins-base-1.0.recipe @@ -112,6 +112,7 @@ class Recipe(recipe.Recipe): 'GstSdp-1.0', 'GstTag-1.0', 'GstVideo-1.0' + 'GstAudio-1.0' ] def prepare(self): |