mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00:00
Upgrade gstreamer binaries for Android to 1.16.0
This commit is contained in:
parent
cb4e3e298e
commit
12d6b37836
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue