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