decoder_list: convert to C++

This commit is contained in:
Max Kellermann
2013-01-30 17:18:48 +01:00
parent 8142080633
commit 01dd540d7e
14 changed files with 25 additions and 30 deletions
+1 -2
View File
@@ -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)) \