Skip to content

Compile the D3D11 display module as C++

Steve Lhomme requested to merge robUx4/vlc:d3d11/cpp/0 into master

It simplifies the code a bit and avoids leak COM interfaces by using ComPtr.

copy.h needs to be modified so it can be included from C++.

Edited by Steve Lhomme

Merge request reports