qt6Packages.qtmultimedia: drop upstreamed patch
This commit is contained in:
@@ -62,14 +62,10 @@ qtModule {
|
||||
gst-vaapi
|
||||
];
|
||||
|
||||
patches =
|
||||
[
|
||||
./fix-qtgui-include-incorrect-case.patch
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isMinGW [
|
||||
./windows-no-uppercase-libs.patch
|
||||
./windows-resolve-function-name.patch
|
||||
];
|
||||
patches = lib.optionals stdenv.hostPlatform.isMinGW [
|
||||
./windows-no-uppercase-libs.patch
|
||||
./windows-resolve-function-name.patch
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DENABLE_DYNAMIC_RESOLVE_VAAPI_SYMBOLS=0"
|
||||
|
||||
-11
@@ -1,11 +0,0 @@
|
||||
--- a/src/plugins/multimedia/ffmpeg/qffmpegscreencapture_dxgi.cpp
|
||||
+++ b/src/plugins/multimedia/ffmpeg/qffmpegscreencapture_dxgi.cpp
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <private/qmultimediautils_p.h>
|
||||
#include <private/qwindowsmultimediautils_p.h>
|
||||
#include <private/qvideoframe_p.h>
|
||||
-#include <qtgui/qscreen_platform.h>
|
||||
+#include <QtGui/qscreen_platform.h>
|
||||
#include "qvideoframe.h"
|
||||
|
||||
#include <qloggingcategory.h>
|
||||
Reference in New Issue
Block a user