GNOME Bugzilla – Bug 797114
Decouple vorbis and tremor from meson -Dvorbis feature
Last modified: 2018-09-10 17:01:28 UTC
When trying to build with -Dvorbis=enabled to get the libgstvorbis.so plugin, meson refuses to continue unless Tremor dependency is also provided. nirbheek on irc said it would be prefferable to split it into 2 features, -Dvorbis and -Dtremor since tremor is only useful for embedded devices Issue origin: https://gitlab.gnome.org/GNOME/gnome-build-meta/merge_requests/72#note_311956
Fixed with https://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=41b7a65b81bdb1f257f2a8552d42dc0047e463dc meson: Add an option for the 'Tremor' Vorbis implementation It makes sense to control it explicitly to allow us to enable it on platforms that don't have hardware floating-point, and to allow people to enable the 'vorbis' plugin without having to also provide the Tremor dependency which is useless on most devices.