shithub: dav1d

ref: bb8725fb412552f6393fb5eced8fda47cb686acd
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')