mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-11 12:51:25 +00:00
30796fbe07
Co-authored-by: Sebastian Dröge <sebastian@centricular.com> Co-authored-by: Jordan Petridis <jordan@centricular.com>
7 lines
576 B
Meson
7 lines
576 B
Meson
option('closedcaption', type : 'feature', value : 'auto', description : 'Build closedcaption plugin')
|
|
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')
|
|
option('gtk4', type : 'feature', value : 'auto', description : 'Build GTK4 plugin')
|