mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +00:00
5 lines
390 B
Meson
5 lines
390 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')
|
|
option('csound', type : 'feature', value : 'auto', description : 'Build csound plugin')
|