add kill_* and default_* commands to CLI

make module-cli unload itself on EOF
clean up stdio usage
add sink pointer to monitor sources


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@50 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-07-04 17:40:15 +00:00
parent e61c2dddb7
commit 722c2c8c87
13 changed files with 300 additions and 96 deletions

View file

@ -54,7 +54,7 @@ pkglib_LTLIBRARIES=libiochannel.la \
polypaudio_SOURCES = idxset.c idxset.h \
queue.c queue.h \
strbuf.c strbuf.h \
main.c main.h \
main.c \
mainloop.c mainloop.h \
memblock.c memblock.h \
sample.c sample.h \
@ -77,7 +77,9 @@ polypaudio_SOURCES = idxset.c idxset.h \
endianmacros.h \
memchunk.c memchunk.h \
sconv-s16le.c sconv-s16le.h \
sconv-s16be.c sconv-s16be.h
sconv-s16be.c sconv-s16be.h \
sioman.c sioman.h
polypaudio_CFLAGS = $(AM_CFLAGS) $(LIBSAMPLERATE_CFLAGS)
polypaudio_INCLUDES = $(INCLTDL)
polypaudio_LDADD = $(LIBLTDL) $(LIBSAMPLERATE_LIBS)