summaryrefslogtreecommitdiffstats
path: root/polyp/main.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-20 10:54:31 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-20 10:54:31 +0000
commit6bc53405011e815b95e47a078f89b1a7c0419e56 (patch)
treefae2d0a3fdd1c75074b7981f9c00c7496a2a1afb /polyp/main.c
parentf9b58fb0eafdc332e500a0851b0506146c2b14cd (diff)
build fixes
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@142 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/main.c')
-rw-r--r--polyp/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/main.c b/polyp/main.c
index 9f3d3406..de02a110 100644
--- a/polyp/main.c
+++ b/polyp/main.c
@@ -126,7 +126,7 @@ int main(int argc, char *argv[]) {
r = lt_dlinit();
assert(r == 0);
#ifdef DLSEARCHDIR
-/* lt_dladdsearchdir(DLSEARCHDIR);*/
+ lt_dladdsearchdir(DLSEARCHDIR);
#endif
mainloop = pa_mainloop_new();