shithub: dav1d

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

option('build_tools',
    type: 'boolean',
    value: true,
    description: 'Build dav1d cli tools')

option('build_tests',
    type: 'boolean',
    value: true,
    description: 'Build dav1d tests')