[Bug 797185] Fix API export/import decorators in general and "inconsistent DLL linkage" with MSVC on Windows
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Sep 21 10:27:48 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=797185
--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Created attachment 373724
--> https://bugzilla.gnome.org/attachment.cgi?id=373724&action=edit
meson: use library() for libgstcheck instead of always building a shared lib
Otherwise we try to build a shared lib when we build the rest
of GStreamer statically, which won't work because we pass
-DGST_STATIC_COMPILATION when building statically, which means
we won't dllimport public symbols from our libs which means
that on Windows the unit tests will fail to link to libgstcheck.
--
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