- move patches to their corresponding modules - inline patches list for qtbase into the expression itself - don't treat patches as series, as they are not - clean up outdated headers from all the patches - drop doc tools patch, replace it with setting newly added cmake var in a hook - add a new patch to disable SBOM generation that's very broken with split installs
12 lines
291 B
Diff
12 lines
291 B
Diff
--- a/src/plugins/multimedia/ffmpeg/qffmpegscreencapture_dxgi.cpp
|
|
+++ b/src/plugins/multimedia/ffmpeg/qffmpegscreencapture_dxgi.cpp
|
|
@@ -14,7 +14,7 @@
|
|
#include <qwaitcondition.h>
|
|
#include <qmutex.h>
|
|
|
|
-#include "D3d11.h"
|
|
+#include "d3d11.h"
|
|
#include "dxgi1_2.h"
|
|
|
|
#include <system_error>
|