[Bug 794627] New: Meson: drop library_format option to build both shared and static
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Mar 23 15:28:08 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=794627
Bug ID: 794627
Summary: Meson: drop library_format option to build both shared
and static
Classification: Platform
Product: GStreamer
Version: 1.12.x
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gstreamer (core)
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: xclaesse at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Once this PR gets merged/release in Meson:
https://github.com/mesonbuild/meson/pull/2711
Then instead of using shared_library() and static_library() we can use just
library() and it will build both shared and static when passing option
--default-library=both. Bonus, it will compile only once instead of building
everything twice like current GStreamer's library_format=both option.
--
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