Welcome to mirror list, hosted at ThFree Co, Russian Federation.

meson_options.txt - github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b20fd937214c13038498ac736ef12265571fde88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.')