shithub: dav1d

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