mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Remove outdated windows media workaround
Thanks to Artem Dyomin for fixing this <3
This commit is contained in:
parent
f2aea13a3f
commit
052b8ab8d1
@ -30,12 +30,6 @@ int main(int argc, char* argv[])
|
||||
using namespace ScreenPlay;
|
||||
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
|
||||
|
||||
QGuiApplication app(argc, argv);
|
||||
|
||||
QCoreApplication::setApplicationName("ScreenPlayWallpaper");
|
||||
|
Loading…
Reference in New Issue
Block a user