Download Windows GStreamer dependencies from GitHub (#30973)

This works around issues where the server is rejecting our requests and
should be more reliable.
This commit is contained in:
Martin Robinson 2024-01-03 14:06:08 +01:00 committed by GitHub
parent 230e00c313
commit 0dbba9b6ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ DEPENDENCIES = {
"moztools": "4.0",
}
URL_BASE = "https://gstreamer.freedesktop.org/data/pkg/windows/1.16.0/"
URL_BASE = "https://github.com/servo/servo-build-deps/releases/download/msvc-deps/"
GSTREAMER_URL = f"{URL_BASE}/gstreamer-1.0-msvc-x86_64-1.16.0.msi"
GSTREAMER_DEVEL_URL = f"{URL_BASE}/gstreamer-1.0-devel-msvc-x86_64-1.16.0.msi"
DEPENDENCIES_DIR = os.path.join(util.get_target_dir(), "dependencies")