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

meson_options.txt - gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe261e6d7fca6adad66f00ba07d5c570d5224ca2 (plain)
1
2
3
4
5
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')