-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathmeson_options.txt
More file actions
9 lines (9 loc) · 1.02 KB
/
Copy pathmeson_options.txt
File metadata and controls
9 lines (9 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
option('enable_vapoursynth', type: 'boolean', value: true, description: 'Enable VapourSynth support')
option('enable_avisynth', type: 'boolean', value: true, description: 'Enable AviSynth support')
option('enable_libass', type: 'boolean', value: true, description: 'Enable libass subtitle burn support')
option('libass_static', type: 'boolean', value: true, description: 'Linuxでlibassを静的リンクする')
option('enable_libplacebo', type: 'boolean', value: false, description: 'Enable libplacebo support')
option('libplacebo_static_link', type: 'boolean', value: true, description: 'libplaceboを静的リンクする(falseで実行時に動的ロード)')
option('enable_vulkan', type: 'boolean', value: false, description: 'Enable Vulkan support (required for libplacebo)')
option('opencl_headers', type: 'string', value: '', description: 'Additional include path for OpenCL headers')
option('enable_openvino', type: 'boolean', value: true, description: 'Enable OpenVINO support (header-only, runtime is loaded dynamically)')