From 95b64804ab9d21c6807c25eb3f03afd6bfd35cb6 Mon Sep 17 00:00:00 2001 From: Peter Meerwald Date: Wed, 13 Feb 2013 17:26:59 +0100 Subject: 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 --- src/pulsecore/sound-file-stream.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pulsecore/sound-file-stream.c') 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 #include #include +#include #include #include "sound-file-stream.h" -- cgit v1.2.3