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