2021-08-15 11:59:58 +00:00
|
|
|
option('closedcaption', type : 'feature', value : 'auto', description : 'Build closedcaption plugin')
|
2020-01-03 04:16:29 +00:00
|
|
|
option('dav1d', type : 'feature', value : 'auto', description : 'Build dav1d plugin')
|
2020-01-17 04:53:43 +00:00
|
|
|
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')
|
2020-01-10 01:52:31 +00:00
|
|
|
option('csound', type : 'feature', value : 'auto', description : 'Build csound plugin')
|
2021-04-09 12:38:02 +00:00
|
|
|
option('gtk4', type : 'feature', value : 'auto', description : 'Build GTK4 plugin')
|