[vlc-commits] [Git][videolan/vlc][master] 2 commits: contrib: qt: disable concurrent
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Dec 16 12:14:27 UTC 2022
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
38f3836e by Johannes Kauffmann at 2022-12-16T11:08:34+00:00
contrib: qt: disable concurrent
This was built, but not installed. Since is isn't needed, disable
building altogether.
- - - - -
6756cc92 by Johannes Kauffmann at 2022-12-16T11:08:34+00:00
contrib: qt: reorder after last commit
No functional changes.
- - - - -
1 changed file:
- contrib/src/qt/rules.mak
Changes:
=====================================
contrib/src/qt/rules.mak
=====================================
@@ -104,8 +104,9 @@ endif
QT_CONFIG := -static -opensource -confirm-license $(QT_OPENGL) -no-pkg-config \
-no-sql-sqlite -no-gif -no-openssl -no-dbus -no-vulkan -no-sql-odbc -no-pch \
- -no-feature-testlib -no-feature-itemmodeltester -no-feature-sqlmodel -no-feature-sql \
- -no-feature-xml -no-feature-printer -no-compile-examples -nomake examples -nomake tests \
+ -no-feature-concurrent -no-feature-itemmodeltester -no-feature-printer \
+ -no-feature-sqlmodel -no-feature-sql -no-feature-testlib -no-feature-xml \
+ -no-compile-examples -nomake examples -nomake tests \
-system-freetype -system-harfbuzz -system-libjpeg -system-libpng -system-zlib
# For now, we only build Qt in release mode. In debug mode, startup is prevented by the internal ANGLE
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/bcfac2734b3e72fb09c36e2d07f42ef253293f0b...6756cc92132f878aee547fbf51a3b508bf5aadba
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/bcfac2734b3e72fb09c36e2d07f42ef253293f0b...6756cc92132f878aee547fbf51a3b508bf5aadba
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