mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-03 08:15:37 +00:00
Fix DXVA2 renderer compilation with Qt 6.0
This commit is contained in:
parent
201b59cd4c
commit
38b59aa1a9
@ -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…
x
Reference in New Issue
Block a user