[Bug 766235] undefined reference to 'bsd_signal' in Android Studio 2.1

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 6 13:48:37 UTC 2016


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

--- Comment #23 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Created attachment 329192
  --> https://bugzilla.gnome.org/attachment.cgi?id=329192&action=edit
android: Work around NDK ABI incompatibility around bsd_signal/signal in a
different way

Get the correct symbol via dlsym() instead of letting the linker figure it
out. Letting the linker do it can bring us into infinite recursion calling
into our very own weak symbol.

-- 
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