[Bug 795107] Meson: missing option to enable/disable plugins

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 18 18:34:08 UTC 2018


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

--- Comment #26 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Doing

  gst-plugins-bad $ git grep -B5 -e 'found.*has_header_symbol'

at least some of the checks are a bit weird, e.g. what's the point/reason of
doing a check with dependency() and then also doing cc.has_header_symbol()?
That is most likely not only not required, but probably also wrong in most
cases because the dep is not actually passed in the check so it won't work for
non-standard prefixes. (I will make a patch for this.)

For cc.find_library() I can see the point in the header check.

I think we probably want what Thibault proposed (was looking for that).

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