1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00

Add workaround for amd crashes

This commit is contained in:
Elias Steurer 2023-07-29 11:21:39 +02:00
parent 58782fb490
commit 86222a9ff0

View File

@ -26,6 +26,8 @@ int main(int argc, char* argv[])
QtWebEngineQuick::initialize();
#if defined(Q_OS_WIN)
// Workaround for Qt 6.5.1 crash https://bugreports.qt.io/browse/QTBUG-113832
qputenv("QT_DISABLE_HW_TEXTURES_CONVERSION", "1");
qputenv("QT_MEDIA_BACKEND", "ffmpeg");
#endif