aboutsummaryrefslogtreecommitdiff
path: root/src/output_internal.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-07 18:53:36 +0100
committerMax Kellermann <max@duempel.org>2009-01-07 18:53:36 +0100
commitb40428b3fd284f172da0ae630559176727026599 (patch)
treefd5399b38e5bf251e5459e01483bbc3cda01f832 /src/output_internal.h
parent8b19c74e8eb0036c697010d56ed1ee9b92facb72 (diff)
pcm_utils: moved conversion code to pcm_convert.c
All what's left in pcm_utils.h is the pcm_range() utility function, which is only used internally by pcm_volume and pcm_mix.
Diffstat (limited to 'src/output_internal.h')
-rw-r--r--src/output_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output_internal.h b/src/output_internal.h
index 0cdbbdc2..17209dd5 100644
--- a/src/output_internal.h
+++ b/src/output_internal.h
@@ -20,7 +20,7 @@
#ifndef MPD_OUTPUT_INTERNAL_H
#define MPD_OUTPUT_INTERNAL_H
-#include "pcm_utils.h"
+#include "pcm_convert.h"
#include "notify.h"
#include <time.h>