From 43f613d9be9aa2953dcfc0aacfbdfb56d5d1a708 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 28 Jul 2013 13:18:48 +0200 Subject: decoder_api: convert to C++ --- Makefile.am | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c16d56aec..442e64609 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,10 +58,6 @@ mpd_headers = \ src/filter_internal.h \ src/command.h \ src/conf.h \ - src/decoder_plugin.h \ - src/decoder_command.h \ - src/decoder_api.h \ - src/decoder_plugin.h \ src/encoder_plugin.h \ src/encoder_api.h \ src/fd_util.h \ @@ -129,10 +125,12 @@ src_mpd_SOURCES = \ src/CommandLine.cxx src/CommandLine.hxx \ src/CrossFade.cxx src/CrossFade.hxx \ src/cue/CueParser.cxx src/cue/CueParser.hxx \ - src/decoder_error.h \ + src/DecoderError.hxx \ src/DecoderThread.cxx src/DecoderThread.hxx \ + src/DecoderCommand.hxx \ src/DecoderControl.cxx src/DecoderControl.hxx \ - src/DecoderAPI.cxx \ + src/DecoderAPI.cxx src/DecoderAPI.hxx \ + src/DecoderPlugin.hxx \ src/DecoderInternal.cxx src/DecoderInternal.hxx \ src/DecoderPrint.cxx src/DecoderPrint.hxx \ src/Directory.cxx src/Directory.hxx \ -- cgit v1.2.3