aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorFernando Jiménez Moreno <ferjmoreno@gmail.com>2019-02-01 17:10:26 +0100
committerFernando Jiménez Moreno <ferjmoreno@gmail.com>2019-02-01 17:10:26 +0100
commitc2e975affbe70f54fd61b0f55dcc035abffd7f12 (patch)
treea830147ad9f1895a3777295807ed79783e81973e /python/servo/build_commands.py
parent6b648429f54b6b56546e8f744657e32bd6ac21b5 (diff)
downloadservo-c2e975affbe70f54fd61b0f55dcc035abffd7f12.tar.gz
servo-c2e975affbe70f54fd61b0f55dcc035abffd7f12.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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index 0fea67f9a70..cccd7c34fdb 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -446,7 +446,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")