diff options
author | Max Kellermann <max@duempel.org> | 2013-04-17 22:45:10 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-17 22:45:10 +0200 |
commit | abaabe92d6485043fd1a5705818b3d4c74a4b08f (patch) | |
tree | f146451ba9b012ca152e85cdd348ff374d2bfc45 /Makefile.am | |
parent | 257b42b87f8a8ddb50618c43da7b58c50c68779f (diff) | |
download | mpd-abaabe92d6485043fd1a5705818b3d4c74a4b08f.tar.gz mpd-abaabe92d6485043fd1a5705818b3d4c74a4b08f.tar.xz mpd-abaabe92d6485043fd1a5705818b3d4c74a4b08f.zip |
decoder_buffer: convert to C++
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
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) \ |