shithub: dav1d

ref: 6e5349fa78f60dde2c8c61e026645c5c915a96d9
dir: /meson_options.txt/

View raw version
# General options

option('bitdepths',
    type: 'array',
    choices: ['8', '10'],
    description: 'Enable only specified bitdepths')

option('build_asm',
    type: 'boolean',
    value: true,
    description: 'Build asm files, if available')