зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1360060 - P1: Enable selection of cubeb-pulse-rust over cubeb-pulse. r=kinetik
MozReview-Commit-ID: GN5POBqy56W --HG-- extra : rebase_source : 0af5972b29c2209beef82ef109e0b5f10613848e
This commit is contained in:
Родитель
7bcd5eff22
Коммит
11c2d37f9d
|
@ -166,6 +166,9 @@ cubeb_init(cubeb ** context, char const * context_name, char const * backend_nam
|
|||
* to override all other choices
|
||||
*/
|
||||
init_oneshot,
|
||||
#if defined(USE_PULSE_RUST)
|
||||
pulse_rust_init,
|
||||
#endif
|
||||
#if defined(USE_PULSE)
|
||||
pulse_init,
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче