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:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 59e23fe9f..4adb45208 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1 +1,4 @@
option('dav1d', type : 'feature', value : 'auto', description : 'Build dav1d plugin')
+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')