Bug 1635404 - Update cubeb-coreaudio-rs and cubeb-pulse-rs. r=achronop

Differential Revision: https://phabricator.services.mozilla.com/D73869
This commit is contained in:
Paul Adenot 2020-05-05 13:37:23 +00:00
Родитель 34b313001d
Коммит 99a7209581
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -19,9 +19,9 @@ static_prefs = { path = "../../../../modules/libpref/init/static_prefs" }
profiler_helper = { path = "../../../../tools/profiler/rust-helper", optional = true }
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="5eb38163103b0dae86de81cdaf46070bdeedc0d1", optional = true, features=["pulse-dlopen"] }
cubeb-sys = { version = "0.6", optional = true, features=["gecko-in-tree"] }
cubeb-coreaudio = { git = "https://github.com/ChunMinChang/cubeb-coreaudio-rs", rev = "c5aacdc75618025e72f62f727a7a0d91606e6276", optional = true }
cubeb-pulse = { git = "https://github.com/djg/cubeb-pulse-rs", rev="70431f444cf164177cb3c0f060698fc35f811be5", optional = true, features=["pulse-dlopen"] }
cubeb-sys = { version = "0.7", optional = true, features=["gecko-in-tree"] }
encoding_glue = { path = "../../../../intl/encoding_glue" }
audioipc-client = { path = "../../../../media/audioipc/client", optional = true }
audioipc-server = { path = "../../../../media/audioipc/server", optional = true }