[DO-981] qt package (!15)
Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/15
This commit is contained in:
22
recipes/qt/5.x.x/patches/qtmultimedia-1.patch
Normal file
22
recipes/qt/5.x.x/patches/qtmultimedia-1.patch
Normal file
@@ -0,0 +1,22 @@
|
||||
This file is part of MXE. See LICENSE.md for licensing information.
|
||||
|
||||
From 0000000000000000000000000000000000000000 Thu May 27 00:00:00 2021
|
||||
From: Adrian Jaekel <aj@elane2k.com>
|
||||
Date: Thu, 27 May 2021 14:03:20 +0200
|
||||
Subject: [PATCH 1/1] disable wmf plugin for MXE
|
||||
|
||||
|
||||
diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro
|
||||
index 1111111..2222222 100644
|
||||
--- a/src/plugins/plugins.pro
|
||||
+++ b/src/plugins/plugins.pro
|
||||
@@ -35,7 +35,8 @@ win32:!winrt {
|
||||
windowsaudio
|
||||
|
||||
qtConfig(directshow): SUBDIRS += directshow
|
||||
- qtConfig(wmf): SUBDIRS += wmf
|
||||
+# qtConfig(wmf): SUBDIRS += wmf
|
||||
+ message(MXE: wmf disabled)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user