From 01dd540d7ea062d08c5c6000422dbba197511efc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 30 Jan 2013 17:18:48 +0100 Subject: decoder_list: 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 4b2d8d75..482e3892 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,7 +77,6 @@ mpd_headers = \ src/gerror.h \ src/glib_compat.h \ src/gcc.h \ - src/decoder_list.h \ src/decoder/pcm_decoder_plugin.h \ src/input_stream.h \ src/text_input_stream.h \ @@ -465,7 +464,7 @@ libdecoder_plugins_a_SOURCES = \ src/decoder/dsdlib.h \ src/decoder_buffer.c \ src/decoder_plugin.c \ - src/decoder_list.c + src/DecoderList.cxx src/DecoderList.hxx libdecoder_plugins_a_CPPFLAGS = $(AM_CPPFLAGS) \ $(VORBIS_CFLAGS) $(TREMOR_CFLAGS) \ $(patsubst -I%/FLAC,-I%,$(FLAC_CFLAGS)) \ -- cgit v1.2.3