From 767b4c95bdb468429232a96242bd73b8e92d8660 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 2 Nov 2008 14:12:52 +0100 Subject: renamed outputBuffer.[ch] to pipe.[ch] No CamelCase in the file name. The output_buffer struct is going to be renamed to music_pipe. There are so many buffer levels in MPD, and calling this one "output buffer" is wrong, because it's not the last buffer before the music reaches the output devices. --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 56651e36f..8debfb6a7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,7 +45,7 @@ mpd_headers = \ normalize.h \ compress.h \ os_compat.h \ - outputBuffer.h \ + pipe.h \ path.h \ mapper.h \ pcm_utils.h \ @@ -124,7 +124,7 @@ mpd_SOURCES = \ main_notify.c \ normalize.c \ compress.c \ - outputBuffer.c \ + pipe.c \ path.c \ mapper.c \ pcm_utils.c \ -- cgit v1.2.3