[Bug 793584] meson: Use .dylib suffix if darwin

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Feb 23 21:32:18 UTC 2018


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

Daniel Macks <dmacks at netspace.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmacks at netspace.org

--- Comment #2 from Daniel Macks <dmacks at netspace.org> ---
On OS X, .dylib is the standard extension for linkable libraries whereas .so
(or sometimes .bundle) is standard for runtime loadable modules. There is a
linker-level difference, so different extensions to coincide with it. On linux,
I don't think there is a binary difference and .so is used everywhere.

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