aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorAlan Jeffrey <ajeffrey@mozilla.com>2019-08-23 11:49:26 -0500
committerAlan Jeffrey <ajeffrey@mozilla.com>2019-08-23 11:49:26 -0500
commitaae32cd6d4c9040854cf6cd36c528fea60f6e61b (patch)
tree346690a46daef60657c6fabdf2ac30695fe70671 /python/servo/build_commands.py
parent5bf00c07c2e22e05ba9643a94290b4affbc9b4be (diff)
downloadservo-aae32cd6d4c9040854cf6cd36c528fea60f6e61b.tar.gz
servo-aae32cd6d4c9040854cf6cd36c528fea60f6e61b.zip
Updated gtstreamer tarball
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r--python/servo/build_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index 0f1459df482..f856cba7d22 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -591,7 +591,7 @@ class MachCommands(CommandBase):
# GStreamer configuration
env.setdefault("GSTREAMER_DIR", path.join(target_path, target, "native", "gstreamer-1.16.0"))
- env.setdefault("GSTREAMER_URL", "https://servo-deps.s3.amazonaws.com/gstreamer/gstreamer-magicleap-1.16.0-20190808-110815.tgz")
+ env.setdefault("GSTREAMER_URL", "https://servo-deps.s3.amazonaws.com/gstreamer/gstreamer-magicleap-1.16.0-20190823-104505.tgz")
env.setdefault("PKG_CONFIG_PATH", path.join(env["GSTREAMER_DIR"], "system", "lib64", "pkgconfig"))
# Override the linker set in .cargo/config