aboutsummaryrefslogtreecommitdiff
path: root/src/replay_gain.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-07 18:05:38 +0100
committerMax Kellermann <max@duempel.org>2009-01-07 18:05:38 +0100
commit9d0579996c66273b87baae5ef1bde433f5c1ff71 (patch)
treecab168a9b18a2e6aa9eaaa8ac53093b537dbe63e /src/replay_gain.c
parente8c323ed7e6cda5b96871d922e66f573059f8b62 (diff)
pcm_utils: moved code to pcm_volume.c
Moved the software volume code to a separate library.
Diffstat (limited to 'src/replay_gain.c')
-rw-r--r--src/replay_gain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/replay_gain.c b/src/replay_gain.c
index 74b7c7f3..cc2397b0 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 <glib.h>
#include <stdlib.h>