mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-16 21:51:17 +00:00
Fix DXVA2 renderer compilation with Qt 6.0
This commit is contained in:
@@ -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 <initguid.h>
|
||||||
#include "dxva2.h"
|
#include "dxva2.h"
|
||||||
#include "../ffmpeg.h"
|
#include "../ffmpeg.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user