[vlc-devel] [PATCH] qt: remove qt being forced to use XCB EGL backend

Pierre Lamot pierre at videolabs.io
Thu Apr 11 10:13:32 CEST 2019


  this is unrequired and can cause issue on some platforms
---
 modules/gui/qt/qt.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/gui/qt/qt.cpp b/modules/gui/qt/qt.cpp
index 9a22018ea4..5856919789 100644
--- a/modules/gui/qt/qt.cpp
+++ b/modules/gui/qt/qt.cpp
@@ -566,9 +566,6 @@ static void *Thread( void *obj )
     QApplication::setAttribute( Qt::AA_DontCheckOpenGLContextThreadAffinity );
     QQuickWindow::setDefaultAlphaBuffer(true);
 
-    //force Qt to use EGL on XCB
-    qputenv("QT_XCB_GL_INTEGRATION", "xcb_egl");
-
     /* Start the QApplication here */
     QVLCApp app( argc, argv );
 
-- 
2.19.1



More information about the vlc-devel mailing list