mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04: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
|
|
@ -366,7 +366,7 @@ pinos_spa_alsa_monitor_new (PinosDaemon *daemon)
|
|||
void *iface;
|
||||
|
||||
if ((res = make_handle (&handle,
|
||||
"spa/build/plugins/alsa/libspa-alsa.so",
|
||||
"build/spa/plugins/alsa/libspa-alsa.so",
|
||||
"alsa-monitor",
|
||||
NULL)) < 0) {
|
||||
g_error ("can't create alsa-monitor: %d", res);
|
||||
|
|
|
|||
|
|
@ -178,7 +178,7 @@ pinos_spa_audiotestsrc_new (PinosDaemon *daemon,
|
|||
SpaResult res;
|
||||
|
||||
if ((res = make_node (&n,
|
||||
"spa/build/plugins/audiotestsrc/libspa-audiotestsrc.so",
|
||||
"build/spa/plugins/audiotestsrc/libspa-audiotestsrc.so",
|
||||
"audiotestsrc")) < 0) {
|
||||
g_error ("can't create audiotestsrc: %d", res);
|
||||
return NULL;
|
||||
|
|
|
|||
|
|
@ -366,7 +366,7 @@ pinos_spa_v4l2_monitor_new (PinosDaemon *daemon)
|
|||
void *iface;
|
||||
|
||||
if ((res = make_handle (&handle,
|
||||
"spa/build/plugins/v4l2/libspa-v4l2.so",
|
||||
"build/spa/plugins/v4l2/libspa-v4l2.so",
|
||||
"v4l2-monitor",
|
||||
NULL)) < 0) {
|
||||
g_error ("can't create v4l2-monitor: %d", res);
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@ pinos_spa_videotestsrc_new (PinosDaemon *daemon,
|
|||
SpaResult res;
|
||||
|
||||
if ((res = make_node (&n,
|
||||
"spa/build/plugins/videotestsrc/libspa-videotestsrc.so",
|
||||
"build/spa/plugins/videotestsrc/libspa-videotestsrc.so",
|
||||
"videotestsrc")) < 0) {
|
||||
g_error ("can't create videotestsrc: %d", res);
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue