mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-08 18:25:30 +00:00
6ad453e726
Similar to -Dpango=<auto|enabled|disabled> in gst-plugins-base.
6 lines
492 B
Meson
6 lines
492 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')
|