[vlc-commits] contrib/jpeg: use our own hosting since their servers blocks downloads with curl ( close #11048)
Felix Paul Kühne
git at videolan.org
Sat Mar 22 15:36:20 CET 2014
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Mar 22 15:36:01 2014 +0100| [2e4af36981bdee565172366ef10d7af86ba90077] | committer: Felix Paul Kühne
contrib/jpeg: use our own hosting since their servers blocks downloads with curl (close #11048)
wget and mainstream web browsers are not affected.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2e4af36981bdee565172366ef10d7af86ba90077
---
contrib/src/jpeg/rules.mak | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/contrib/src/jpeg/rules.mak b/contrib/src/jpeg/rules.mak
index f55b51e..bb36d2a 100644
--- a/contrib/src/jpeg/rules.mak
+++ b/contrib/src/jpeg/rules.mak
@@ -1,7 +1,8 @@
# jpeg
JPEG_VERSION := 9
-JPEG_URL := http://www.ijg.org/files/jpegsrc.v$(JPEG_VERSION).tar.gz
+# JPEG_URL := http://www.ijg.org/files/jpegsrc.v$(JPEG_VERSION).tar.gz
+JPEG_URL := http://download.videolan.org/pub/contrib/jpegsrc.v$(JPEG_VERSION).tar.gz
$(TARBALLS)/jpegsrc.v$(JPEG_VERSION).tar.gz:
$(call download,$(JPEG_URL))
More information about the vlc-commits
mailing list