Tristan Matthews pushed to branch master at VideoLAN / VLC


Commits:
c947ff5d by Tristan Matthews at 2024-12-17T16:14:14+00:00
qt: fix build for older QT

Regression from 86ecd6d0a0aba18833f4b764651af4888576733f

- - - - -


1 changed file:

- modules/gui/qt/util/csdmenu.cpp


Changes:

=====================================
modules/gui/qt/util/csdmenu.cpp
=====================================
@@ -35,7 +35,7 @@
 #include <vlc_modules.h>
 
 #if QT_VERSION < QT_VERSION_CHECK(6, 7, 0)
-#if defined(Q_OS_UNIX))
+#if defined(Q_OS_UNIX)
 #define QT_FEATURE_wayland 1
 #else
 #define QT_FEATURE_wayland -1



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/c947ff5d0a06ce1f187abe1d602fb772567a3878

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/c947ff5d0a06ce1f187abe1d602fb772567a3878
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to