Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
f8ba2cd1 by Johannes Kauffmann at 2022-08-19T04:25:08+00:00
qt: avoid concatenating "dcomp" and "win7"

- - - - -


1 changed file:

- modules/gui/qt/qt.cpp


Changes:

=====================================
modules/gui/qt/qt.cpp
=====================================
@@ -268,7 +268,7 @@ static const char *const compositor_vlc[] = {
     "auto",
 #ifdef _WIN32
 #ifdef HAVE_DCOMP_H
-    "dcomp"
+    "dcomp",
 #endif
     "win7",
 #endif



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

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/f8ba2cd14232eec6c04bd5679d40ca89e1deb7bc
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