Welcome to mirror list, hosted at ThFree Co, Russian Federation.

meson_options.txt - github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9b4829ad4d212dce84612c3f57d73eadf9ffd47 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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')