forked from HandBrake/HandBrake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeson_options.txt
39 lines (32 loc) · 922 Bytes
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
option('fdk-aac',
type: 'feature',
value: 'disabled',
description: 'Enable FDK AAC encoder')
option('flatpak',
type: 'boolean',
value: false,
description: 'Enable Flatpak packaging')
option('hb-dir',
type: 'string',
value: '',
description: 'Prefix of libhb install directory')
option('libdovi',
type: 'feature',
value: 'disabled',
description: 'Enable libdovi for Dolby Vision support')
option('mf',
type: 'feature',
value: 'disabled',
description: 'Enable MediaFoundation encoder')
option('numa',
type: 'feature',
value: 'disabled',
description: 'Enable x265 NUMA support')
option('qsv',
type: 'feature',
value: 'disabled',
description: 'Enable QSV encoder')
option('x265',
type: 'feature',
value: 'disabled',
description: 'Enable x265 encoder')