[vlc-commits] [Git][videolan/vlc][master] contrib/live555: use VideoLAN mirror instead of upstream

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Sun Aug 31 20:10:53 UTC 2025



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
b194800f by Felix Paul Kühne at 2025-08-31T19:37:52+00:00
contrib/live555: use VideoLAN mirror instead of upstream

Apparently, they decided to remove all previous packages from their server.

- - - - -


1 changed file:

- contrib/src/live555/rules.mak


Changes:

=====================================
contrib/src/live555/rules.mak
=====================================
@@ -2,8 +2,7 @@
 
 LIVE555_VERSION := 2022.07.14
 LIVE555_FILE := live.$(LIVE555_VERSION).tar.gz
-# XXX: No HTTPS available.
-LIVEDOTCOM_URL := http://live555.com/liveMedia/public/$(LIVE555_FILE)
+LIVEDOTCOM_URL := $(CONTRIB_VIDEOLAN)/$(LIVE555_FILE)
 
 ifdef BUILD_NETWORK
 ifdef GNUV3



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

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b194800fc45d2afc6cb97965285a6ca4885b9a1c
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