Skip to content

d3d11: link directly with d3dcompiler_47.dll

Steve Lhomme requested to merge robUx4/vlc:d3d_compiler into master

The DLL is available in Windows 7 with Platform Update 1. No version of d3dcompiler_XXX.dll is available in vanilla Windows 7 which doesn't have Direct3D11 anyway.

The Direct3D11 display module is not usable without a pixel shader, and we compile shaders on the fly.

  1. https://learn.microsoft.com/en-us/windows/win32/direct3darticles/platform-update-for-windows-7

Merge request reports

Loading