]> code.delx.au - pulseaudio/blobdiff - polyp/main.c
add esd compatible startup script
[pulseaudio] / polyp / main.c
index 526bf74492ca82b656d2b4326d27b51dea88016c..e41a106f62b70e8d5469e6ec8d5e934bb97113c6 100644 (file)
@@ -145,8 +145,8 @@ int main(int argc, char *argv[]) {
     
     r = lt_dlinit();
     assert(r == 0);
-#ifdef DLSEARCHDIR
-    lt_dladdsearchdir(DLSEARCHDIR);
+#ifdef PA_DLSEARCHDIR
+    lt_dladdsearchdir(PA_DLSEARCHDIR);
 #endif
 
     mainloop = pa_mainloop_new();