From 9d0579996c66273b87baae5ef1bde433f5c1ff71 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 7 Jan 2009 18:05:38 +0100 Subject: pcm_utils: moved code to pcm_volume.c Moved the software volume code to a separate library. --- src/replay_gain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/replay_gain.c') diff --git a/src/replay_gain.c b/src/replay_gain.c index 74b7c7f34..cc2397b08 100644 --- a/src/replay_gain.c +++ b/src/replay_gain.c @@ -20,7 +20,7 @@ #include "replay_gain.h" #include "conf.h" #include "audio_format.h" -#include "pcm_utils.h" +#include "pcm_volume.h" #include #include -- cgit v1.2.3