mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-26 07:00:07 -05:00
implement proper logging
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@179 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
57e473b61c
commit
6c4fd62040
50 changed files with 416 additions and 225 deletions
|
|
@ -143,7 +143,9 @@ polypaudio_SOURCES = idxset.c idxset.h \
|
|||
subscribe.h subscribe.c \
|
||||
debug.h \
|
||||
sound-file-stream.c sound-file-stream.h \
|
||||
cpulimit.c cpulimit.h
|
||||
cpulimit.c cpulimit.h \
|
||||
log.c log.h \
|
||||
gcc-printf.h
|
||||
|
||||
polypaudio_CFLAGS = $(AM_CFLAGS) $(LIBSAMPLERATE_CFLAGS) $(LIBSNDFILE_CFLAGS)
|
||||
polypaudio_INCLUDES = $(INCLTDL)
|
||||
|
|
@ -329,7 +331,10 @@ libpolyp_la_SOURCES = polyplib.h \
|
|||
polyplib-subscribe.c polyplib-subscribe.h \
|
||||
polyplib-internal.h \
|
||||
cdecl.h \
|
||||
llist.h
|
||||
llist.h \
|
||||
log.c log.h \
|
||||
gcc-printf.h
|
||||
|
||||
libpolyp_la_CFLAGS = $(AM_CFLAGS)
|
||||
libpolyp_la_LDFLAGS = -version-info 0:0:0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue