Bug 1644080 - Updated cubeb-coreaudio-rs repository r=cubeb-reviewers,padenot

Differential Revision: https://phabricator.services.mozilla.com/D78663
This commit is contained in:
Corentin Arnould 2020-06-08 13:14:16 +00:00
Родитель 9d2690ae52
Коммит 5221092cfa
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -19,7 +19,7 @@ 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 = "23cce37c8565708023c869913c0f24c2fda860d8", optional = true }
cubeb-coreaudio = { git = "https://github.com/ChunMinChang/cubeb-coreaudio-rs", rev = "edf9154d23d2f54888bfe5f1087c30db3aa1c5be", 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" }