summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: b6137906341307866a22347f9dd9db785ef2fa61 (plain)
1
2
3
4
5
6
option('audioresample_format', type : 'combo', choices : ['int', 'float', 'auto'], value : 'auto')
option('disable_examples', type : 'boolean', value : false)
option('use_orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
option('disable_introspection',
        type : 'boolean', value : false,
        description : 'Whether to disable the introspection generation')