Fix for new paths

Add convenience makefile and autogen.sh
This commit is contained in:
Wim Taymans 2016-09-26 12:29:01 +02:00
parent 67dd3adb87
commit b9409e297b
8 changed files with 17 additions and 38 deletions

View file

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