-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmeson_options.txt
10 lines (10 loc) · 1.14 KB
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
option('audiodecbin', type : 'feature', value : 'enabled', description : 'Decoder bin for Dolby audio formats.', yield : true)
option('ac3', type : 'feature', value : 'enabled', description : 'AC-3/EAC-3 plugins for parsing and decoding.', yield : true)
option('flexr', type : 'feature', value : 'enabled', description : 'Flexible Renderer', yield : true)
option('oar', type : 'feature', value : 'enabled', description : 'Audio Object Renderer.', yield : true)
option('dap', type : 'feature', value : 'enabled', description : 'Audio Processing.', yield : true)
option('meta', type : 'feature', value : 'enabled', description : 'Metadata core library.', yield : true)
option('utils', type : 'feature', value : 'enabled', description : 'Utils core library.', yield : true)
option('tests', type : 'feature', value : 'auto', description : 'Elements unit tests.', yield : true)
option('typefind', type : 'feature', value : 'enabled', description : 'Tyepfind element for Dolby formats.', yield : true)
option('distsubproj', type : 'combo', choices : ['none', 'export', 'strip'], value : 'none', description : 'Action to be performed on subprojects when creating dist package')