Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
d0916ebc by Khalid Masum at 2024-05-16T07:28:45+00:00
contrib: qt: fix download link

Currently qtbase tarball download from vlc mirror fails because of
an unwanted space inserted into the link. Fix it.

- - - - -


1 changed file:

- contrib/src/qt/rules.mak


Changes:

=====================================
contrib/src/qt/rules.mak
=====================================
@@ -32,7 +32,7 @@ PKGS_FOUND += qt-tools
 endif
 
 $(TARBALLS)/qtbase-everywhere-src-$(QTBASE_VERSION_FULL).tar.xz:
-       $(call download_pkg,$(QTBASE_URL), qt)
+       $(call download_pkg,$(QTBASE_URL),qt)
 
 .sum-qt: qtbase-everywhere-src-$(QTBASE_VERSION_FULL).tar.xz
 



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/d0916ebc8cbc324d5dfd502e391298cf7d1e0e88

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/d0916ebc8cbc324d5dfd502e391298cf7d1e0e88
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