From 975deca85b3fb881571203c9a2cad4eb242cd954 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 2 Jan 2013 20:36:28 +0100 Subject: {decoder,player}_thread: convert to C++ --- Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2b88016e5..5811dac95 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,7 +72,6 @@ mpd_headers = \ src/cmdline.h \ src/conf.h \ src/crossfade.h \ - src/decoder_thread.h \ src/decoder_control.h \ src/decoder_plugin.h \ src/decoder_command.h \ @@ -137,7 +136,6 @@ mpd_headers = \ src/output/httpd_internal.h \ src/page.h \ src/permission.h \ - src/player_thread.h \ src/player_control.h \ src/playlist.h \ src/playlist_error.h \ @@ -224,7 +222,7 @@ src_mpd_SOURCES = \ src/crossfade.c \ src/cue/cue_parser.c src/cue/cue_parser.h \ src/decoder_error.h \ - src/decoder_thread.c \ + src/DecoderThread.cxx src/DecoderThread.hxx \ src/decoder_control.c \ src/decoder_api.c \ src/decoder_internal.c \ @@ -291,7 +289,7 @@ src_mpd_SOURCES = \ src/mapper.c \ src/page.c \ src/permission.c \ - src/player_thread.c \ + src/PlayerThread.cxx src/PlayerThread.hxx \ src/player_control.c \ src/playlist.c \ src/playlist_global.c \ -- cgit v1.2.3