ref: 22f7aca09769b6b39fd9cbb23608ead153a05188
parent: d7f1d60c51b47f6d22be919362caad09469a058b
author: James Zern <jzern@google.com>
date: Tue Nov 22 18:03:12 EST 2016
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
--- a/libs.mk
+++ b/libs.mk
@@ -391,7 +391,7 @@
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))