Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Mojica <neithanmo@gmail.com>2020-01-10 04:52:31 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-03-22 14:44:40 +0300
commitcf59318ab41777cf3ddd873deda36b99ca36396a (patch)
treefb56be3d71e636f317fb46e745af7913581293eb /meson_options.txt
parent116cf9bd3c3ea2c809e20fd70049c425e0a1a238 (diff)
Add csound-based filter plugin
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 4adb45208..fe261e6d7 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,3 +2,4 @@ option('dav1d', type : 'feature', value : 'auto', description : 'Build dav1d plu
option('sodium', type : 'combo',
choices : ['system', 'built-in', 'disabled'], value : 'built-in',
description : 'Weither to use libsodium from the system or the built-in version from the sodiumoxide crate')
+option('csound', type : 'feature', value : 'auto', description : 'Build csound plugin')