Skip to content

[3.0] directx_va: Fix building with latest mingw-w64 from git

Martin Storsjö requested to merge mstorsjo/vlc:dxva-guids-3.0.x into 3.0.x

Since mingw-w64 20331109d1c90c19a510408ab119a76004bc41ea (September 17th), mingw-w64 headers do provide these GUIDs. (They come from Wine as upstream, from Wine commit 6dfb84f5cbdf30c1dc0775fd4dae821ee8705ad4 from September 10th.)

This change does break building with older mingw-w64 13 git snapshots though.

This is the same fix as in c81cb6fb in the VLC 4.x branch, but adapted to the state of the source in 3.0.x.

Merge request reports