[vlc-commits] contrib/orc: use our own download mirror
Felix Paul Kühne
git at videolan.org
Fri Feb 7 12:41:16 CET 2014
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Feb 7 12:40:58 2014 +0100| [c67c7d8692f9baec3501d011613d09e0bca4f89e] | committer: Felix Paul Kühne
contrib/orc: use our own download mirror
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c67c7d8692f9baec3501d011613d09e0bca4f89e
---
contrib/src/orc/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/orc/rules.mak b/contrib/src/orc/rules.mak
index 8de8ca2..c79e552 100644
--- a/contrib/src/orc/rules.mak
+++ b/contrib/src/orc/rules.mak
@@ -2,7 +2,7 @@
ORC_VERSION := 0.4.18
-ORC_URL := http://code.entropywave.com/download/orc/orc-$(ORC_VERSION).tar.gz
+ORC_URL := http://download.videolan.org/pub/contrib/orc-$(ORC_VERSION).tar.gz
ifeq ($(call need_pkg,"orc-0.4"),)
PKGS_FOUND += orc
More information about the vlc-commits
mailing list