blob: d39c61d6412e1899c6012c0c1c6abc84b8411d26 [file] [log] [blame]
# 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('fuzzing_engine',
type: 'combo',
choices : ['none', 'libfuzzer', 'oss-fuzz'],
value: 'none',
description: 'Select the fuzzing engine')