mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
add resampling
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@45 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
13b35a2489
commit
741aa44ffc
26 changed files with 251 additions and 115 deletions
|
|
@ -55,7 +55,8 @@ polypaudio_SOURCES = idxset.c idxset.h \
|
|||
namereg.c namereg.h \
|
||||
sconv.c sconv.h \
|
||||
resampler.c resampler.h \
|
||||
endianmacros.h
|
||||
endianmacros.h \
|
||||
memchunk.c memchunk.h
|
||||
polypaudio_CFLAGS = $(AM_CFLAGS) $(LIBSAMPLERATE_CFLAGS)
|
||||
polypaudio_INCLUDES = $(INCLTDL)
|
||||
polypaudio_LDADD = $(LIBLTDL) $(LIBSAMPLERATE_LIBS)
|
||||
|
|
@ -196,7 +197,8 @@ libpolyp_la_SOURCES = polyp.c polyp.h \
|
|||
socket-client.c socket-client.h \
|
||||
packet.c packet.h \
|
||||
queue.c queue.h \
|
||||
dynarray.c dynarray.h
|
||||
dynarray.c dynarray.h \
|
||||
memchunk.c memchunk.h
|
||||
|
||||
pacat_SOURCES = pacat.c
|
||||
pacat_LDADD = libpolyp.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue