mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
rename hashset to hashmap
add module arguments parse in modargs.c make module-pipe-sink use it git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@61 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
ccfd55420e
commit
a96ed347a3
10 changed files with 350 additions and 76 deletions
|
|
@ -75,7 +75,7 @@ polypaudio_SOURCES = idxset.c idxset.h \
|
|||
mainloop-signal.c mainloop-signal.h \
|
||||
mainloop-api.c mainloop-api.h \
|
||||
util.c util.h \
|
||||
hashset.c hashset.h \
|
||||
hashmap.c hashmap.h \
|
||||
namereg.c namereg.h \
|
||||
sconv.c sconv.h \
|
||||
resampler.c resampler.h \
|
||||
|
|
@ -83,7 +83,8 @@ polypaudio_SOURCES = idxset.c idxset.h \
|
|||
memchunk.c memchunk.h \
|
||||
sconv-s16le.c sconv-s16le.h \
|
||||
sconv-s16be.c sconv-s16be.h \
|
||||
sioman.c sioman.h
|
||||
sioman.c sioman.h \
|
||||
modargs.c modargs.h
|
||||
|
||||
polypaudio_CFLAGS = $(AM_CFLAGS) $(LIBSAMPLERATE_CFLAGS)
|
||||
polypaudio_INCLUDES = $(INCLTDL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue