option('enable_plugin',
    type: 'boolean',
    value: true,
    description: 'Enable AviSynth and VapourSynth plugin',
)

option('enable_gpu',
    type: 'feature',
    value: 'auto',
    description: 'Vulkan hardware decoding, which keeps frames on the GPU rather than reading every one back over the bus. Requires vulkan headers and glslangValidator',
)

option('enable_avisynth',
    type: 'boolean',
    value: true,
    description: 'Include the AviSynth+ interface in the plugin. Turn this off for toolchains whose C++ ABI cannot match the host AviSynth+, such as mingw on Windows',
)
