[vlc-commits] contrib: qt: force using the built-in zlib

Steve Lhomme git at videolan.org
Tue May 15 18:35:01 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon May 14 15:55:51 2018 +0200| [8a45d02fcc042b5f91054b0ffa10d2ed093ac96c] | committer: Steve Lhomme

contrib: qt: force using the built-in zlib

since we build target sub-zlib-install_subtargets

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8a45d02fcc042b5f91054b0ffa10d2ed093ac96c
---

 contrib/src/qt/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/qt/rules.mak b/contrib/src/qt/rules.mak
index b5437fb040..48b5077a17 100644
--- a/contrib/src/qt/rules.mak
+++ b/contrib/src/qt/rules.mak
@@ -49,7 +49,7 @@ endif
 QT_CONFIG := -static -opensource -confirm-license -no-pkg-config \
 	-no-sql-sqlite -no-gif -qt-libjpeg -no-openssl -no-opengl -no-dbus \
 	-no-qml-debug -no-audio-backend -no-sql-odbc -no-pch \
-	-no-compile-examples -nomake examples
+	-no-compile-examples -nomake examples -qt-zlib
 
 ifndef WITH_OPTIMIZATION
 QT_CONFIG += -debug



More information about the vlc-commits mailing list