mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-23 12:01:01 +00:00
1b84dd1f6b
Allow us to pick between the built-in libsodium, use the one from the system or disable the plugin.
4 lines
302 B
Meson
4 lines
302 B
Meson
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')
|