diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-02-05 10:15:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-05 10:15:28 -0500 |
commit | 581df9da2c82675a0d867cfdcb9193e8a3216e0d (patch) | |
tree | 3f412887ae39c5a2b7c7f523d6bf2121395bfec0 /python/servo/build_commands.py | |
parent | 871fe9306f9f485a09ad5f9cc35658da17addbf7 (diff) | |
parent | c2e975affbe70f54fd61b0f55dcc035abffd7f12 (diff) | |
download | servo-581df9da2c82675a0d867cfdcb9193e8a3216e0d.tar.gz servo-581df9da2c82675a0d867cfdcb9193e8a3216e0d.zip |
Auto merge of #22806 - ferjm:webrtc.gst.plugins, r=jdm
Update gstreamer binaries for Android with webrtc related plugins
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
I updated the binaries for Android with the required plugins for WebRTC as suggested [here](https://github.com/servo/servo/pull/22780#discussion_r252767768)
<!-- 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/22806)
<!-- Reviewable:end -->
Diffstat (limited to 'python/servo/build_commands.py')
-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 057bfd12eff..63a91c677dc 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -447,7 +447,7 @@ class MachCommands(CommandBase): # Build the name of the package containing all GStreamer dependencies # according to the build target. gst_lib = "gst-build-{}".format(self.config["android"]["lib"]) - gst_lib_zip = "gstreamer-{}-1.14.3-20190131-153818.zip".format(self.config["android"]["lib"]) + gst_lib_zip = "gstreamer-{}-1.14.3-20190201-081639.zip".format(self.config["android"]["lib"]) gst_dir = os.path.join(target_path, "gstreamer") gst_lib_path = os.path.join(gst_dir, gst_lib) pkg_config_path = os.path.join(gst_lib_path, "pkgconfig") |