aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorFernando Jiménez Moreno <ferjmoreno@gmail.com>2019-05-17 17:17:28 +0200
committerFernando Jiménez Moreno <ferjmoreno@gmail.com>2019-05-17 17:17:28 +0200
commit12d6b37836f977d7222b693b50dea767ba7f67d3 (patch)
tree49b2e44296c30092d4560a2543ce4756f7109894 /python/servo/build_commands.py
parentcb4e3e298e94719d28a830c5dc676dc614c07289 (diff)
downloadservo-12d6b37836f977d7222b693b50dea767ba7f67d3.tar.gz
servo-12d6b37836f977d7222b693b50dea767ba7f67d3.zip
Upgrade gstreamer binaries for Android to 1.16.0
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 05d832e3403..a6e61905675 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -482,7 +482,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-20190201-081639.zip".format(self.config["android"]["lib"])
+ gst_lib_zip = "gstreamer-{}-1.16.0-20190517-095630.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")