diff options
author | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2019-01-31 18:01:03 +0100 |
---|---|---|
committer | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2019-01-31 18:01:03 +0100 |
commit | 351723e6dab1d12eaaa2c7174e727b79795b2b46 (patch) | |
tree | 04b48f02a8a78e0e5a95223b39fa46a9fe1af490 /python/servo/build_commands.py | |
parent | 028082929b8c0943645da5b7cdb65100df287295 (diff) | |
download | servo-351723e6dab1d12eaaa2c7174e727b79795b2b46.tar.gz servo-351723e6dab1d12eaaa2c7174e727b79795b2b46.zip |
Update gstreamer binaries for Android with webrtc related plugins
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 2e6979d0fca..d8324f22cb8 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -441,7 +441,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-20181105-103937.zip".format(self.config["android"]["lib"]) + gst_lib_zip = "gstreamer-{}-1.14.3-20190131-153818.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") |