Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nirbheek Chauhan
cerbero
Commits
f34a0d5f
Commit
f34a0d5f
authored
Mar 12, 2013
by
Sebastian Dröge
Browse files
gst-plugins-base: TCP plugin is available on IOS too
parent
0b10ceb9
Changes
2
Hide whitespace changes
Inline
Side-by-side
recipes/gst-plugins-base-static.recipe
View file @
f34a0d5f
...
...
@@ -72,6 +72,9 @@ class Recipe(custom.GStreamerStatic):
],
Platform.DARWIN: [
'libgsttcp',
],
Platform.IOS: [
'libgsttcp',
]
}
...
...
recipes/gst-plugins-base.recipe
View file @
f34a0d5f
...
...
@@ -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',
]
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment