diff --git a/kfile.js b/kfile.js index 68331caa8..d9709a61e 100644 --- a/kfile.js +++ b/kfile.js @@ -83,7 +83,7 @@ if (platform === Platform.Windows) { project.addLib('ws2_32'); project.addLib('Winhttp'); - const directshow = (graphics !== GraphicsApi.Direct3D12 && graphics !== GraphicsApi.Default); + const directshow = (graphics !== GraphicsApi.Direct3D12 && graphics !== GraphicsApi.Vulkan && graphics !== GraphicsApi.Default); if (directshow) { project.addFile('Backends/System/Windows/Libraries/DirectShow/**'); project.addIncludeDir('Backends/System/Windows/Libraries/DirectShow/BaseClasses');