[vlc-commits] contrib: fix URL for QT 4.8.5
Tristan Matthews
git at videolan.org
Thu Apr 9 18:20:51 CEST 2015
vlc/vlc-2.2 | branch: master | Tristan Matthews <tmatth at videolan.org> | Wed Apr 8 16:30:32 2015 -0400| [f1169ad4623b3737de723c9234a3fee9f4999284] | committer: Tristan Matthews
contrib: fix URL for QT 4.8.5
It is now under "archive" instead of "official_releases"
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=f1169ad4623b3737de723c9234a3fee9f4999284
---
contrib/src/qt4/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/qt4/rules.mak b/contrib/src/qt4/rules.mak
index 843ed9b..726fba2 100644
--- a/contrib/src/qt4/rules.mak
+++ b/contrib/src/qt4/rules.mak
@@ -1,7 +1,7 @@
# qt4
QT4_VERSION = 4.8.5
-QT4_URL := http://download.qt-project.org/official_releases/qt/4.8/$(QT4_VERSION)/qt-everywhere-opensource-src-$(QT4_VERSION).tar.gz
+QT4_URL := http://download.qt-project.org/archive/qt/4.8/$(QT4_VERSION)/qt-everywhere-opensource-src-$(QT4_VERSION).tar.gz
ifdef HAVE_MACOSX
#PKGS += qt4
More information about the vlc-commits
mailing list