mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
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:
parent
230e00c313
commit
0dbba9b6ff
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ DEPENDENCIES = {
|
||||||
"moztools": "4.0",
|
"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_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"
|
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")
|
DEPENDENCIES_DIR = os.path.join(util.get_target_dir(), "dependencies")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue