diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-08-24 08:44:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-24 08:44:03 -0400 |
commit | dfabc33e06c79322ccd034fc392102081554c781 (patch) | |
tree | c3b09169089b898216aef12a4512dd740f2163cb /python | |
parent | 6ff252478110e10df1e7abaef199de805bf8f1d5 (diff) | |
parent | aae32cd6d4c9040854cf6cd36c528fea60f6e61b (diff) | |
download | servo-dfabc33e06c79322ccd034fc392102081554c781.tar.gz servo-dfabc33e06c79322ccd034fc392102081554c781.zip |
Auto merge of #24040 - asajeffrey:magicleap-gstreamerup, r=jdm
Updated magicleap gtstreamer tarball
<!-- Please describe your changes on the following line: -->
Updates the gstreamer library on magicleap.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [X] These changes do not require tests because we don't test on devices
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/24040)
<!-- Reviewable:end -->
Diffstat (limited to 'python')
-rw-r--r-- | python/servo/build_commands.py | 2 |
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 |