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:
Dan Glastonbury 2017-04-27 10:51:52 +10:00
Родитель 7bcd5eff22
Коммит 11c2d37f9d
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -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