summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-08-20 18:23:42 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-08-20 18:23:42 +0200
commitac1f2e0a2e0707636aabd48baa57c124a877f834 (patch)
tree4de2ea134839eee100d17cc355bade556901392d /src/Makefile.am
parenta3f4a4f6ba741a996442d7a80cc3e267fab705fb (diff)
remap: move remapping code in separate file
Move the remapping code into a separate file. Have functions to install custom init functions that can install optimized versions, when they want.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index eca68b16..b818c3e7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -822,6 +822,7 @@ libpulsecore_@PA_MAJORMINORMICRO@_la_SOURCES = \
pulsecore/object.c pulsecore/object.h \
pulsecore/play-memblockq.c pulsecore/play-memblockq.h \
pulsecore/play-memchunk.c pulsecore/play-memchunk.h \
+ pulsecore/remap.c pulsecore/remap.h \
pulsecore/resampler.c pulsecore/resampler.h \
pulsecore/rtpoll.c pulsecore/rtpoll.h \
pulsecore/sample-util.c pulsecore/sample-util.h \