Skip to content

Commit

Permalink
Update gstreamer binaries for Android with webrtc related plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ferjm committed Jan 31, 2019
1 parent 0280829 commit 351723e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/servo/build_commands.py
Expand Up @@ -441,7 +441,7 @@ def build(self, target=None, release=False, dev=False, jobs=None,
# 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")
Expand Down

0 comments on commit 351723e

Please sign in to comment.