[Bug 745047] New: openh264 dynamically link to gnustl instead of using gnstl.la
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Feb 23 12:21:56 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=745047
Bug ID: 745047
Summary: openh264 dynamically link to gnustl instead of using
gnstl.la
Classification: Platform
Product: GStreamer
Version: unspecified
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: cerbero
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: xclaesse at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
openh264.recipe generates manually a .la file, with this:
elif self.config.target_platform == Platform.ANDROID:
dependency_libs += ['-lgnustl', '-lm']
The problem with this is that gnustl will be dynamically linked even when doing
a static build of gstreamer because tools.mk won't convert it to its .a file.
--
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