mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-15 05:42:28 +00:00
Fix DXVA2 renderer compilation with Qt 6.0
This commit is contained in:
parent
201b59cd4c
commit
38b59aa1a9
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
// minwindef.h defines min() and max() macros that conflict with
|
||||
// std::numeric_limits, which Qt uses in some of its headers.
|
||||
#define NOMINMAX
|
||||
|
||||
#include <initguid.h>
|
||||
#include "dxva2.h"
|
||||
#include "../ffmpeg.h"
|
||||
|
|
Loading…
Reference in a new issue