[Bug 763576] filesprovider: Do not expect Android libs to have version-info symlinks

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Mar 14 09:29:14 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=763576

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
The ndk-build integration of cerbero is working differently though. It's
creating, based on configuration in the Android.mk, a single
libgstreamer_android.so from all the required static libraries. This one then
contains e.g. glib, gstreamer core, the plugins, their dependencies,
everything.

It's to a) not clutter the app with 100s of shared libraries and b) work around
a Android limitation that existed until 4.0 (?)... it could only load up to 64
shared libraries in a single process.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list