mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
make polypaudio run when installed
update docs git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@92 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
6601d958bf
commit
141ab85bb7
3 changed files with 29 additions and 3 deletions
|
|
@ -17,7 +17,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
# USA.
|
||||
|
||||
AM_CFLAGS=-ansi -D_GNU_SOURCE
|
||||
AM_CFLAGS=-ansi -D_GNU_SOURCE -DDLSEARCHDIR=\"$(pkglibdir)\"
|
||||
|
||||
EXTRA_DIST = polypaudio.run depmod.py
|
||||
bin_PROGRAMS = polypaudio pacat pactl
|
||||
|
|
|
|||
|
|
@ -125,7 +125,10 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
r = lt_dlinit();
|
||||
assert(r == 0);
|
||||
|
||||
#ifdef DLSEARCHDIR
|
||||
lt_dladdsearchdir(DLSEARCHDIR);
|
||||
#endif
|
||||
|
||||
mainloop = pa_mainloop_new();
|
||||
assert(mainloop);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue