mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-20 06:59:53 -05:00
* add support for asynchronous name resolution
* remove directories listing from doxygen git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@330 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
fb11e45cfd
commit
9b0ec37fcf
4 changed files with 136 additions and 29 deletions
|
|
@ -470,6 +470,7 @@ libpolyp_@PA_MAJORMINOR@_la_SOURCES = polyplib.h \
|
|||
|
||||
libpolyp_@PA_MAJORMINOR@_la_CFLAGS = $(AM_CFLAGS)
|
||||
libpolyp_@PA_MAJORMINOR@_la_LDFLAGS = -version-info 0:0:0
|
||||
libpolyp_@PA_MAJORMINOR@_la_LIBADD = $(AM_LIBADD)
|
||||
|
||||
libpolyp_mainloop_@PA_MAJORMINOR@_la_SOURCES = mainloop-api.h mainloop-api.c \
|
||||
mainloop.c mainloop.h \
|
||||
|
|
@ -581,6 +582,13 @@ libpolyp_@PA_MAJORMINOR@_la_SOURCES += x11prop.c x11prop.h client-conf-x11.c cli
|
|||
|
||||
endif
|
||||
|
||||
### libasyncns stuff
|
||||
|
||||
if HAVE_LIBASYNCNS
|
||||
libpolyp_@PA_MAJORMINOR@_la_CFLAGS += $(LIBASYNCNS_CFLAGS)
|
||||
libpolyp_@PA_MAJORMINOR@_la_LIBADD += $(LIBASYNCNS_LIBS)
|
||||
endif
|
||||
|
||||
### ALSA modules
|
||||
|
||||
if HAVE_ALSA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue