gstreamer/libs/gst
Tim-Philipp Müller 50c32da91f 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.

https://bugzilla.gnome.org/show_bug.cgi?id=797185
2018-09-24 08:39:39 +01:00
..
base libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
check meson: use library() for libgstcheck instead of always building a shared lib 2018-09-24 08:39:39 +01:00
controller libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
helpers meson: host_system is 'ios' when building for iOS 2018-08-17 02:55:43 +05:30
net libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:49:44 +01:00
meson.build meson: Always use a dependency object for dependencies 2018-09-05 16:33:43 +05:30