[vlc-commits] contrib: x265: Use VideoLAN mirror if available
Hugo Beauzée-Luyssen
git at videolan.org
Sat Feb 15 13:08:31 CET 2020
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Mar 6 13:23:26 2019 +0100| [1b37848bbd83ff9b3097ddcf28a4ea898dec4f31] | committer: Jean-Baptiste Kempf
contrib: x265: Use VideoLAN mirror if available
(cherry picked from commit 0e339497e9451bb769f1e582297bb65c57aa244f)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=1b37848bbd83ff9b3097ddcf28a4ea898dec4f31
---
contrib/src/x265/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/x265/rules.mak b/contrib/src/x265/rules.mak
index 30be87b00d..c06c22d18d 100644
--- a/contrib/src/x265/rules.mak
+++ b/contrib/src/x265/rules.mak
@@ -18,7 +18,7 @@ $(TARBALLS)/x265-git.tar.xz:
$(call download_git,$(X265_GITURL))
$(TARBALLS)/x265-$(X265_VERSION).tar.bz2:
- $(call download,$(X265_SNAPURL))
+ $(call download_pkg,$(X265_SNAPURL),x265)
.sum-x265: x265-$(X265_VERSION).tar.bz2
More information about the vlc-commits
mailing list