diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2013-02-13 17:26:59 +0100 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2013-02-15 21:33:07 +0200 |
commit | 95b64804ab9d21c6807c25eb3f03afd6bfd35cb6 (patch) | |
tree | 98a92ee0d06f87f477784b5aa50c705f1cffdacb /src/pulsecore/sound-file-stream.c | |
parent | bc8b6eaf95c0b1343194b273ae2f75a6aaca6add (diff) |
core: Move pa_mix() into new file mix.c
idea is to allow optimized code path (similar to volume code)
and rework/specialize mixing cases to enable runtime performance improvements
no functionality changes in this patch
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Diffstat (limited to 'src/pulsecore/sound-file-stream.c')
-rw-r--r-- | src/pulsecore/sound-file-stream.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/sound-file-stream.c b/src/pulsecore/sound-file-stream.c index 24d33141..4101dea2 100644 --- a/src/pulsecore/sound-file-stream.c +++ b/src/pulsecore/sound-file-stream.c @@ -39,6 +39,7 @@ #include <pulsecore/log.h> #include <pulsecore/thread-mq.h> #include <pulsecore/core-util.h> +#include <pulsecore/mix.h> #include <pulsecore/sndfile-util.h> #include "sound-file-stream.h" |