mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
add esd compatible startup script
add default configuration script git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@172 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
dfd440bd5d
commit
ee91cb6c9d
7 changed files with 108 additions and 8 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue