aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-07 22:04:58 +0100
committerMax Kellermann <max@duempel.org>2013-01-07 22:04:58 +0100
commit39060b528aceee15a19842f2e9c830d4b35af99e (patch)
tree179bff5d1494118f284eb8e45b00206ff7315844 /Makefile.am
parent4a36323f1bf9b6db20faa5f512095d1bb7bced2b (diff)
downloadmpd-39060b528aceee15a19842f2e9c830d4b35af99e.tar.gz
mpd-39060b528aceee15a19842f2e9c830d4b35af99e.tar.xz
mpd-39060b528aceee15a19842f2e9c830d4b35af99e.zip
decoder/vorbis: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index fb500ed47..557a4180e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -566,9 +566,8 @@ endif
if ENABLE_VORBIS_DECODER
libdecoder_plugins_a_SOURCES += \
- src/decoder/vorbis_comments.c \
- src/decoder/vorbis_comments.h \
- src/decoder/vorbis_decoder_plugin.c
+ src/decoder/VorbisComments.cxx src/decoder/VorbisComments.hxx \
+ src/decoder/VorbisDecoderPlugin.cxx src/decoder/VorbisDecoderPlugin.h
endif
if HAVE_FLAC