mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
proper ref counting for more objects
some documentation update git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@124 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
22cb23eedb
commit
c17545108b
24 changed files with 251 additions and 143 deletions
|
|
@ -124,7 +124,8 @@ polypaudio_SOURCES = idxset.c idxset.h \
|
|||
play-memchunk.c play-memchunk.h \
|
||||
autoload.c autoload.h \
|
||||
xmalloc.c xmalloc.h \
|
||||
subscribe.h subscribe.c
|
||||
subscribe.h subscribe.c \
|
||||
debug.h
|
||||
|
||||
polypaudio_CFLAGS = $(AM_CFLAGS) $(LIBSAMPLERATE_CFLAGS) $(LIBSNDFILE_CFLAGS)
|
||||
polypaudio_INCLUDES = $(INCLTDL)
|
||||
|
|
@ -296,7 +297,8 @@ libpolyp_la_SOURCES = polyplib.h \
|
|||
polyplib-introspect.c polyplib-introspect.h \
|
||||
polyplib-scache.c polyplib-scache.h \
|
||||
polyplib-subscribe.c polyplib-subscribe.h \
|
||||
cdecl.h
|
||||
cdecl.h \
|
||||
llist.h
|
||||
libpolyp_la_CFLAGS = $(AM_CFLAGS)
|
||||
|
||||
libpolyp_mainloop_la_SOURCES = mainloop-api.h mainloop-api.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue