summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJörg Krause <joerg.krause@embedded.rocks>2019-01-21 08:22:04 +0100
committerJörg Krause <joerg.krause@embedded.rocks>2019-01-21 08:35:17 +0100
commit4f7d52dbf2eaee15a517363c846650d76f45739f (patch)
tree8dd44e302f2526029455ee661e6dfe6936ad8613 /meson_options.txt
parentc7848da8f2872f26d10410e8817a37024bf6bfa1 (diff)
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
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
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')