Bug 1632093 - Update cubeb-pulse-rs. r=padenot

Differential Revision: https://phabricator.services.mozilla.com/D72729
This commit is contained in:
Alex Chronopoulos 2020-04-27 19:11:25 +00:00
parent 42507b3a15
commit cc6426edd6

View File

@ -20,7 +20,7 @@ profiler_helper = { path = "../../../../tools/profiler/rust-helper", optional =
mozurl = { path = "../../../../netwerk/base/mozurl" }
webrender_bindings = { path = "../../../../gfx/webrender_bindings", optional = true }
cubeb-coreaudio = { git = "https://github.com/ChunMinChang/cubeb-coreaudio-rs", rev = "6156e941e5f46a641d2da10ca53a9ad318c10722", optional = true }
cubeb-pulse = { git = "https://github.com/djg/cubeb-pulse-rs", rev="8375ed3cd2fb85add5800fa2eb6ec7bfc8e6bbf5", optional = true, features=["pulse-dlopen"] }
cubeb-pulse = { git = "https://github.com/djg/cubeb-pulse-rs", rev="5eb38163103b0dae86de81cdaf46070bdeedc0d1", optional = true, features=["pulse-dlopen"] }
cubeb-sys = { version = "0.6", optional = true, features=["gecko-in-tree"] }
encoding_glue = { path = "../../../../intl/encoding_glue" }
audioipc-client = { path = "../../../../media/audioipc/client", optional = true }