shithub: dav1d

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