From abaabe92d6485043fd1a5705818b3d4c74a4b08f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 17 Apr 2013 22:45:10 +0200 Subject: decoder_buffer: convert to C++ --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8a78aa857..c0121dd00 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,7 +60,6 @@ mpd_headers = \ src/conf.h \ src/decoder_plugin.h \ src/decoder_command.h \ - src/decoder_buffer.h \ src/decoder_api.h \ src/decoder_plugin.h \ src/encoder_plugin.h \ @@ -455,7 +454,7 @@ libdecoder_plugins_a_SOURCES = \ src/decoder/dsf_decoder_plugin.h \ src/decoder/dsdlib.c \ src/decoder/dsdlib.h \ - src/decoder_buffer.c \ + src/DecoderBuffer.cxx src/DecoderBuffer.hxx \ src/DecoderPlugin.cxx \ src/DecoderList.cxx src/DecoderList.hxx libdecoder_plugins_a_CPPFLAGS = $(AM_CPPFLAGS) \ -- cgit v1.2.3