[Bug 795107] Meson: missing option to enable/disable plugins
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jun 18 20:16:41 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=795107
--- Comment #27 from Xavier Claessens <xclaesse at gmail.com> ---
Let's start with -base, the non straighforward plugins are:
- gl, no need of a "feature" option, that one has more complicated options
already. Right?
- vorbis has 3 deps: 'vorbis', 'vorbisenc' and 'vorbisidec'. If I understand
correctly it needs 2 features: 'vorbis' and 'ivorbis'. We should check for
vorbisenc_dep only if vorbis_dep is found.
- theora: Do we need 2 features for env/dec or should it be all-or-nothing?
- cdparanoia: There is a comment saying 10.2 has a pkg-config, but Ubuntu 18.04
has libcdparanoia-dev 3.10.2 and there is no .pc file. The check for header is
wrong because cdparanoia_found is true even if no header can be found.
--
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