diff options
author | Max Kellermann <max@duempel.org> | 2013-07-26 11:59:17 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-07-26 11:59:17 +0200 |
commit | c8054e569ae64f7d84940f9c7cb7ef3e642b1e0c (patch) | |
tree | b3595c20cfd1d5d04c1ceeca96e4626d5dec8bfe /Makefile.am | |
parent | ef48eca9cac875f65622daf500bd702e20d666f3 (diff) | |
download | mpd-c8054e569ae64f7d84940f9c7cb7ef3e642b1e0c.tar.gz mpd-c8054e569ae64f7d84940f9c7cb7ef3e642b1e0c.tar.xz mpd-c8054e569ae64f7d84940f9c7cb7ef3e642b1e0c.zip |
decoder/mad: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 19db8b644..aad7352dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -499,7 +499,9 @@ DECODER_LIBS = \ DECODER_SRC = if HAVE_MAD -libdecoder_plugins_a_SOURCES += src/decoder/mad_decoder_plugin.c +libdecoder_plugins_a_SOURCES += \ + src/decoder/MadDecoderPlugin.cxx \ + src/decoder/MadDecoderPlugin.hxx endif if HAVE_MPG123 |