mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-15 06:59:58 -05:00
add resampler
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@44 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
961fb4466a
commit
13b35a2489
12 changed files with 357 additions and 16 deletions
|
|
@ -52,12 +52,13 @@ polypaudio_SOURCES = idxset.c idxset.h \
|
|||
mainloop-api.c mainloop-api.h \
|
||||
util.c util.h \
|
||||
hashset.c hashset.h \
|
||||
namereg.c namereg.h
|
||||
|
||||
polypaudio_CFLAGS = $(AM_CFLAGS)
|
||||
|
||||
namereg.c namereg.h \
|
||||
sconv.c sconv.h \
|
||||
resampler.c resampler.h \
|
||||
endianmacros.h
|
||||
polypaudio_CFLAGS = $(AM_CFLAGS) $(LIBSAMPLERATE_CFLAGS)
|
||||
polypaudio_INCLUDES = $(INCLTDL)
|
||||
polypaudio_LDADD = $(LIBLTDL)
|
||||
polypaudio_LDADD = $(LIBLTDL) $(LIBSAMPLERATE_LIBS)
|
||||
polypaudio_LDFLAGS=-export-dynamic
|
||||
|
||||
libprotocol_simple_la_SOURCES = protocol-simple.c protocol-simple.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue