shithub: libvpx

Download patch

ref: b0aa5f1852b5864799e50fcd485cc382c9b592fa
parent: 6ac8a0c9b01b9a4b65e5926814d399f13981902f
parent: 68e1198375c34d165848cd69a35060b0684e3958
author: James Zern <jzern@google.com>
date: Wed Aug 12 18:35:47 EDT 2020

Merge "test/*: use canonical downloads.webmproject url"

--- a/test/android/README
+++ b/test/android/README
@@ -16,7 +16,7 @@
 
 3) Run get_files.py to download the test files:
 python get_files.py -i /path/to/test-data.sha1 -o /path/to/put/files \
-  -u http://downloads.webmproject.org/test_data/libvpx
+  -u https://storage.googleapis.com/downloads.webmproject.org/test_data/libvpx
 
 4) Transfer files to device using adb. Ensure you have proper permissions for
 the target
--- a/test/stress.sh
+++ b/test/stress.sh
@@ -18,7 +18,7 @@
 YUV="${LIBVPX_TEST_DATA_PATH}/niklas_1280_720_30.yuv"
 VP8="${LIBVPX_TEST_DATA_PATH}/tos_vp8.webm"
 VP9="${LIBVPX_TEST_DATA_PATH}/vp90-2-sintel_1920x818_tile_1x4_fpm_2279kbps.webm"
-DATA_URL="http://downloads.webmproject.org/test_data/libvpx/"
+DATA_URL="https://storage.googleapis.com/downloads.webmproject.org/test_data/libvpx/"
 SHA1_FILE="$(dirname $0)/test-data.sha1"
 
 # Set sha1sum to proper sha program (sha1sum, shasum, sha1). This code is