From 6b6d9e64bda0ab19a3f6f13957f6625ba35c1d08 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 28 Jul 2013 13:10:05 +0200 Subject: decoder/pcm: convert to C++ --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 919da1be8..376ebe88c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,7 +68,6 @@ mpd_headers = \ src/gerror.h \ src/glib_compat.h \ src/gcc.h \ - src/decoder/pcm_decoder_plugin.h \ src/input_stream.h \ src/TextInputStream.hxx \ src/ls.h \ @@ -447,7 +446,8 @@ endif # decoder plugins libdecoder_plugins_a_SOURCES = \ - src/decoder/pcm_decoder_plugin.c \ + src/decoder/PcmDecoderPlugin.cxx \ + src/decoder/PcmDecoderPlugin.hxx \ src/decoder/DsdiffDecoderPlugin.cxx \ src/decoder/DsdiffDecoderPlugin.hxx \ src/decoder/DsfDecoderPlugin.cxx \ -- cgit v1.2.3