summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-12 10:29:51 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-12 10:29:51 +0100
commitf34a0d5fa74dddca4e45dd7c1e7b96505b4b2447 (patch)
treec748e1ea6703d052df3664be3a84360aa47d4aa4
parent0b10ceb984a2eb4c8c06b3995c4790569a2d4ab2 (diff)
gst-plugins-base: TCP plugin is available on IOS too
-rw-r--r--recipes/gst-plugins-base-static.recipe3
-rw-r--r--recipes/gst-plugins-base.recipe3
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/gst-plugins-base-static.recipe b/recipes/gst-plugins-base-static.recipe
index 724a3bf..fc7fd95 100644
--- a/recipes/gst-plugins-base-static.recipe
+++ b/recipes/gst-plugins-base-static.recipe
@@ -72,6 +72,9 @@ class Recipe(custom.GStreamerStatic):
],
Platform.DARWIN: [
'libgsttcp',
+ ],
+ Platform.IOS: [
+ 'libgsttcp',
]
}
diff --git a/recipes/gst-plugins-base.recipe b/recipes/gst-plugins-base.recipe
index c3c21f2..d7c5e9c 100644
--- a/recipes/gst-plugins-base.recipe
+++ b/recipes/gst-plugins-base.recipe
@@ -116,6 +116,9 @@ class Recipe(recipe.Recipe):
],
Platform.DARWIN: [
'lib/gstreamer-0.10/libgsttcp%(mext)s',
+ ],
+ Platform.IOS: [
+ 'lib/gstreamer-0.10/libgsttcp%(mext)s',
]
}