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
fee691d2
Commit
fee691d2
authored
Mar 25, 2013
by
Thiago Santos
Committed by
Sebastian Dröge
Apr 05, 2013
Browse files
recipe: gst-plugins-bad: reenable applemedia
After the linker fix, we can reenable applemedia's plugin for ios
parent
71ed1cc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes/gst-plugins-bad.recipe
View file @
fee691d2
...
...
@@ -156,6 +156,9 @@ class Recipe(recipe.Recipe):
Platform.ANDROID: [
'lib/gstreamer-0.10/libgsteglglessink%(mext)s',
'lib/gstreamer-0.10/libgstopensles%(mext)s',
],
Platform.IOS: [
'lib/gstreamer-0.10/libgstapplemedia%(mext)s',
]
}
...
...
@@ -171,8 +174,6 @@ class Recipe(recipe.Recipe):
self.files_plugins_codecs.remove('lib/gstreamer-0.10/libgstdccp%(mext)s')
for d in ['libdvdnav']:
self.deps.remove(d)
if self.config.target_platform == Platform.IOS:
self.configure_options += ' --disable-apple_media'
if self.config.variants.nodebug:
self.configure_options += ' --disable-gst-debug'
...
...
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