mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
parent
8027c9225e
commit
f007ca475c
1 changed files with 4 additions and 0 deletions
|
|
@ -3027,6 +3027,10 @@ int main(int argc, char *argv[])
|
|||
PW_KEY_CORE_DAEMON, daemon ? "true" : NULL,
|
||||
NULL),
|
||||
0);
|
||||
if (data.context == NULL) {
|
||||
fprintf(stderr, "Can't create context: %m\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
pw_context_load_module(data.context, "libpipewire-module-link-factory", NULL, NULL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue