diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-05-20 15:22:21 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-05-20 15:23:03 +0200 |
commit | 21b001f7ce8480fef73ab122eb920ffc2cb2f22a (patch) | |
tree | e8d1978b564327dafc121932536394951347c315 /recipes/gst-plugins-bad-1.0.recipe | |
parent | a3f593cfbcd9c9c2157274c9aace825fa329e50e (diff) |
gst-plugins-bad: List applemedia plugin on IOS
Diffstat (limited to 'recipes/gst-plugins-bad-1.0.recipe')
-rw-r--r-- | recipes/gst-plugins-bad-1.0.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gst-plugins-bad-1.0.recipe b/recipes/gst-plugins-bad-1.0.recipe index 4aa8f693..85de6ad3 100644 --- a/recipes/gst-plugins-bad-1.0.recipe +++ b/recipes/gst-plugins-bad-1.0.recipe @@ -111,6 +111,7 @@ class Recipe(recipe.Recipe): ], Platform.DARWIN: [ 'lib/gstreamer-1.0/libgstapplemedia%(mext)s', + 'lib/gstreamer-1.0/libgstapplemedia_nonpublic%(mext)s', ], Platform.IOS: [ 'lib/gstreamer-1.0/libgsteglglessink%(mext)s', |