From 25123469d53e2ef555549984ea4e8b028c1632fb Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 10 Sep 2004 22:35:12 +0000 Subject: add support for module search path as command line argument protocol-native: move first data request into ack of stream creation improve mainloop API: return the number of dispatched sources on iterate() fix a resampling bug introduce network latency measurement WARNING: all these changes together may break some applications git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@189 fefdeb5f-60dc-0310-8127-8f9354f1896f --- polyp/main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'polyp/main.c') diff --git a/polyp/main.c b/polyp/main.c index 29a7b548..2131877d 100644 --- a/polyp/main.c +++ b/polyp/main.c @@ -180,6 +180,10 @@ int main(int argc, char *argv[]) { r = lt_dlinit(); assert(r == 0); + + if (cmdline->dl_searchdir) + lt_dladdsearchdir(cmdline->dl_searchdir); + #ifdef DLSEARCHDIR lt_dladdsearchdir(DLSEARCHDIR); #endif -- cgit