From 22f7aca09769b6b39fd9cbb23608ead153a05188 Mon Sep 17 00:00:00 2001 From: James Zern Date: Tue, 22 Nov 2016 23:03:12 -0800 Subject: [PATCH] use storage.googleapis for testdata download replace downloads.webmproject.org with the canonical storage.googleapis.com/... form. this appears less likely to fail when dealing with multiple concurrent connections. Change-Id: I0dcbd04df9e4057fa851f458b3ef7e3589f1f2f1 --- libs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.mk b/libs.mk index f4f48cc16..c98d785cc 100644 --- a/libs.mk +++ b/libs.mk @@ -391,7 +391,7 @@ LIBVPX_TEST_SRCS=$(addprefix test/,$(call enabled,LIBVPX_TEST_SRCS)) LIBVPX_TEST_BIN=./test_libvpx$(EXE_SFX) LIBVPX_TEST_DATA=$(addprefix $(LIBVPX_TEST_DATA_PATH)/,\ $(call enabled,LIBVPX_TEST_DATA)) -libvpx_test_data_url=http://downloads.webmproject.org/test_data/libvpx/$(1) +libvpx_test_data_url=https://storage.googleapis.com/downloads.webmproject.org/test_data/libvpx/$(1) TEST_INTRA_PRED_SPEED_BIN=./test_intra_pred_speed$(EXE_SFX) TEST_INTRA_PRED_SPEED_SRCS=$(addprefix test/,$(call enabled,TEST_INTRA_PRED_SPEED_SRCS)) -- 2.40.0