From 4f7d52dbf2eaee15a517363c846650d76f45739f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Krause?= Date: Mon, 21 Jan 2019 08:22:04 +0100 Subject: meson: add fixed-point Vorbis (Tremor) decoder support Re-add build support for the fixed-point Vorbis (Tremor) decoder, which was dropped when switching from Autotools to Meson. Note, that it is not possible to build both, the Vorbis and the Tremor decoder. Closes: #405 --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index d6bd91ee6..d17ac1ca8 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -128,6 +128,7 @@ option('mpg123', type: 'feature', description: 'MP3 decoder using libmpg123') option('opus', type: 'feature', description: 'Opus decoder plugin') option('sidplay', type: 'feature', description: 'C64 SID support via libsidplayfp or libsidplay2') option('sndfile', type: 'feature', description: 'libsndfile decoder plugin') +option('tremor', type: 'feature', description: 'Fixed-point vorbis decoder plugin') option('vorbis', type: 'feature', description: 'Vorbis decoder plugin') option('wavpack', type: 'feature', description: 'WavPack decoder plugin') option('wildmidi', type: 'feature', description: 'WildMidi decoder plugin') -- cgit v1.2.3