After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 793585 - meson: Use .dylib suffix if darwin
meson: Use .dylib suffix if darwin
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Mac OS
: Normal normal
: 1.13.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-02-19 06:49 UTC by Justin Kim
Modified: 2018-02-21 15:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
meson: Use .dylib suffix if darwin (755 bytes, patch)
2018-02-19 06:49 UTC, Justin Kim
committed Details | Review

Description Justin Kim 2018-02-19 06:49:18 UTC
Created attachment 368542 [details] [review]
meson: Use .dylib suffix if darwin

For Mac OS, GST_EXTRA_MODULE_SUFFIX should be set as '.dylib'.
Comment 1 Tim-Philipp Müller 2018-02-21 15:06:35 UTC
Thanks.

commit 2169c8807b6f1707bba25b7f751b48adf1a896f7
Author: Justin Kim <justin.kim@collabora.com>
Date:   Mon Feb 19 15:45:36 2018 +0900

    meson: Use .dylib suffix if darwin
    
    For Mac OS, GST_EXTRA_MODULE_SUFFIX should be set as '.dylib'.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=793585