pcm_utils: moved code to pcm_mix.c

Moved the software mixing code (used by crossfading) to a separate
library.
This commit is contained in:
Max Kellermann
2009-01-07 18:06:22 +01:00
parent 9d0579996c
commit 3fd1fa31ca
6 changed files with 151 additions and 93 deletions

View File

@@ -19,7 +19,7 @@
#include "crossfade.h"
#include "audio.h"
#include "pcm_utils.h"
#include "pcm_mix.h"
#include "pipe.h"
#include "audio_format.h"
#include "tag.h"