mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
media-session: remove add_spa_lib, we do this in the config
This commit is contained in:
parent
83c403ed1c
commit
2af7f8204a
1 changed files with 0 additions and 2 deletions
|
|
@ -365,8 +365,6 @@ int main(int argc, char *argv[])
|
|||
impl.loop = pw_main_loop_new(NULL);
|
||||
impl.context = pw_context_new(pw_main_loop_get_loop(impl.loop), NULL, 0);
|
||||
|
||||
pw_context_add_spa_lib(impl.context, "api.bluez5.*", "bluez5/libspa-bluez5");
|
||||
|
||||
clock_gettime(CLOCK_MONOTONIC, &impl.now);
|
||||
|
||||
spa_list_init(&impl.device_list);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue