[Bug 766235] undefined reference to 'bsd_signal' in Android Studio 2.1
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri May 13 13:04:49 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=766235
Jan Schmidt <thaytan at noraisin.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thaytan at noraisin.net
--- Comment #18 from Jan Schmidt <thaytan at noraisin.net> ---
It might be possible to declare bsd_signal() locally as a weak alias for
'signal'. If the NDK one is present, it shouldn't conflict and the NDK version
will take precedence.
__sighandler_t bsd_signal(int, __sighandler_t) __attribute__((weak, alias
("signal")));
--
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