meson: use library() for libgstcheck instead of always building a shared lib
authorTim-Philipp Müller <tim@centricular.com>
Wed, 19 Sep 2018 18:37:38 +0000 (19:37 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 24 Sep 2018 07:39:39 +0000 (08:39 +0100)
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.

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


No differences found