mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Fix for new paths
Add convenience makefile and autogen.sh
This commit is contained in:
parent
67dd3adb87
commit
b9409e297b
8 changed files with 17 additions and 38 deletions
|
|
@ -284,7 +284,7 @@ pinos_client_node_new (PinosDaemon *daemon,
|
|||
g_return_val_if_fail (PINOS_IS_DAEMON (daemon), NULL);
|
||||
|
||||
if ((res = make_node (&n,
|
||||
"spa/build/plugins/remote/libspa-remote.so",
|
||||
"build/spa/plugins/remote/libspa-remote.so",
|
||||
"proxy")) < 0) {
|
||||
g_error ("can't create proxy: %d", res);
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue