[vlc-commits] [Git][videolan/vlc][master] qt: avoid concatenating "dcomp" and "win7"
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Aug 19 04:41:50 UTC 2022
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
More information about the vlc-commits
mailing list