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: b9dfd264d9333de89b857d4ee57bf0e44cf99d13 (plain)
1
2
3
4
5
6
# General options

option('bitdepths',
    type: 'array',
    choices: ['8', '10'],
    description: 'Enable only specified bitdepths')