mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-15 14:52:04 +00:00
b7891e77e5
Similar to -Dpango=<auto|enabled|disabled> in gst-plugins-base. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/977>
13 lines
876 B
Meson
13 lines
876 B
Meson
option('videofx', type : 'feature', value : 'auto', description : 'Build videofx plugin')
|
|
option('closedcaption', type : 'feature', value : 'auto', description : 'Build closedcaption plugin')
|
|
option('onvif', type : 'feature', value : 'auto', description : 'Build onvif 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')
|
|
|
|
# Common options
|
|
option('doc', type : 'feature', value : 'auto', yield: true,
|
|
description: 'Enable documentation.')
|