summaryrefslogtreecommitdiffstats
path: root/polyp/main.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-10-30 01:55:16 +0000
committerLennart Poettering <lennart@poettering.net>2004-10-30 01:55:16 +0000
commit899788b4c5e23af9dabfb98c5f864c2f933804f4 (patch)
treed31b7ae1a90099163e2bd4f6307e84141d49fb02 /polyp/main.c
parent4e5c44de30de40b80354820f8ac1738a9636515a (diff)
some updates for pa_hashmap
add property infrastructure add module module-x11-publish allow ldpreloading of all modules abstract x11wrap from module-x11-bell git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@268 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/main.c')
-rw-r--r--polyp/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/polyp/main.c b/polyp/main.c
index 5be4118d..378cb8a0 100644
--- a/polyp/main.c
+++ b/polyp/main.c
@@ -152,9 +152,11 @@ int main(int argc, char *argv[]) {
pa_drop_root();
}
+ LTDL_SET_PRELOADED_SYMBOLS();
+
r = lt_dlinit();
assert(r == 0);
-
+
pa_log_set_ident("polypaudio");
conf = pa_daemon_conf_new();