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
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to