ref: 550fe5d2fb8ca91993cb4f015f23946774b86ffc
dir: /meson_options.txt/
# 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')
option('build_libfuzzer',
type: 'boolean',
value: false,
description: 'Build dav1d libFuzzer target')