diff options
author | Max Kellermann <max@duempel.org> | 2013-01-04 10:31:59 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-04 10:31:59 +0100 |
commit | 9a71845700e132b3e3fe5920aac24a5420c5d7b3 (patch) | |
tree | afd196274fedad3bb456be2f0b6b8b25e676492b /Makefile.am | |
parent | 22f0a1547c86895b4284b5fdc63ab9c82f24a442 (diff) | |
download | mpd-9a71845700e132b3e3fe5920aac24a5420c5d7b3.tar.gz mpd-9a71845700e132b3e3fe5920aac24a5420c5d7b3.tar.xz mpd-9a71845700e132b3e3fe5920aac24a5420c5d7b3.zip |
crossfade: 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 ea9a53bec..df402b038 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,7 +65,6 @@ mpd_headers = \ src/command.h \ src/idle.h \ src/conf.h \ - src/crossfade.h \ src/decoder_plugin.h \ src/decoder_command.h \ src/decoder_buffer.h \ @@ -194,7 +193,7 @@ src_mpd_SOURCES = \ src/idle.c \ src/CommandLine.cxx src/CommandLine.hxx \ src/conf.c \ - src/crossfade.c \ + src/CrossFade.cxx src/CrossFade.hxx \ src/cue/cue_parser.c src/cue/cue_parser.h \ src/decoder_error.h \ src/DecoderThread.cxx src/DecoderThread.hxx \ |