diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-03-12 09:42:32 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-03-12 09:42:32 +0100 |
commit | 65daa459f820a19af9eeba3196180419fc01b4b7 (patch) | |
tree | aa5299ff5d038972419adad42dca4607d3ffcac8 | |
parent | ef18dadfeee983a0983ebc7f1767619d0009eb1d (diff) |
gst-plugins-good: Ship osxaudio plugin on iOS too
-rw-r--r-- | recipes/gst-plugins-good-static.recipe | 3 | ||||
-rw-r--r-- | recipes/gst-plugins-good.recipe | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/gst-plugins-good-static.recipe b/recipes/gst-plugins-good-static.recipe index d3784d4..0e84d22 100644 --- a/recipes/gst-plugins-good-static.recipe +++ b/recipes/gst-plugins-good-static.recipe @@ -96,6 +96,9 @@ class Recipe(custom.GStreamerStatic): Platform.DARWIN: [ 'libgstosxaudio', 'libgstosxvideosink', + ], + Platform.IOS: [ + 'libgstosxaudio', ] } diff --git a/recipes/gst-plugins-good.recipe b/recipes/gst-plugins-good.recipe index 2ab74a0..20c1fc6 100644 --- a/recipes/gst-plugins-good.recipe +++ b/recipes/gst-plugins-good.recipe @@ -101,6 +101,9 @@ class Recipe(recipe.Recipe): Platform.DARWIN: [ 'lib/gstreamer-0.10/libgstosxaudio%(mext)s', 'lib/gstreamer-0.10/libgstosxvideosink%(mext)s', + ], + Platform.IOS: [ + 'lib/gstreamer-0.10/libgstosxaudio%(mext)s', ] } |