diff options
author | Max Kellermann <max@duempel.org> | 2013-09-28 14:14:13 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-28 14:14:13 +0200 |
commit | 36f712b9496a12d86d12aa32dff0d6663fc29f80 (patch) | |
tree | 940e37b32f02391af62df99adb08ee1b4ce105b9 /Makefile.am | |
parent | a446775d808a8220cb2eacc797a5e4b15e3a3560 (diff) | |
download | mpd-36f712b9496a12d86d12aa32dff0d6663fc29f80.tar.gz mpd-36f712b9496a12d86d12aa32dff0d6663fc29f80.tar.xz mpd-36f712b9496a12d86d12aa32dff0d6663fc29f80.zip |
tag/{riff,aiff}: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 6fcf0e88e..2596ee36e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -441,8 +441,8 @@ if HAVE_ID3TAG libtag_a_SOURCES += \ src/tag/TagId3.cxx src/tag/TagId3.hxx \ src/tag/TagRva2.cxx src/tag/TagRva2.hxx \ - src/tag/riff.c src/tag/riff.h \ - src/tag/aiff.c src/tag/aiff.h + src/tag/Riff.cxx src/tag/Riff.hxx \ + src/tag/Aiff.cxx src/tag/Aiff.hxx endif # decoder plugins |