diff options
author | Max Kellermann <max@duempel.org> | 2009-01-07 18:05:38 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-07 18:05:38 +0100 |
commit | 9d0579996c66273b87baae5ef1bde433f5c1ff71 (patch) | |
tree | cab168a9b18a2e6aa9eaaa8ac53093b537dbe63e /src/player_thread.c | |
parent | e8c323ed7e6cda5b96871d922e66f573059f8b62 (diff) | |
download | mpd-9d0579996c66273b87baae5ef1bde433f5c1ff71.tar.gz mpd-9d0579996c66273b87baae5ef1bde433f5c1ff71.tar.xz mpd-9d0579996c66273b87baae5ef1bde433f5c1ff71.zip |
pcm_utils: moved code to pcm_volume.c
Moved the software volume code to a separate library.
Diffstat (limited to '')
-rw-r--r-- | src/player_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player_thread.c b/src/player_thread.c index bdf36f43f..5c187ccd7 100644 --- a/src/player_thread.c +++ b/src/player_thread.c @@ -20,7 +20,7 @@ #include "player_control.h" #include "decoder_control.h" #include "audio.h" -#include "pcm_utils.h" +#include "pcm_volume.h" #include "path.h" #include "event_pipe.h" #include "crossfade.h" |