diff options
author | Max Kellermann <max@duempel.org> | 2013-07-29 07:42:50 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-07-29 07:42:50 +0200 |
commit | bd42aeab462887a0e5b98ca5d3f80f700046ba52 (patch) | |
tree | e3ad7d63032cb43487f1d152ac3379e48d187f8c /Makefile.am | |
parent | cde6a3a00c15f90062c8d4f46df07312cbcfa718 (diff) | |
download | mpd-bd42aeab462887a0e5b98ca5d3f80f700046ba52.tar.gz mpd-bd42aeab462887a0e5b98ca5d3f80f700046ba52.tar.xz mpd-bd42aeab462887a0e5b98ca5d3f80f700046ba52.zip |
XiphTags: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 528f9c87f..e70b5df04 100644 --- a/Makefile.am +++ b/Makefile.am @@ -541,7 +541,7 @@ endif if HAVE_XIPH libdecoder_plugins_a_SOURCES += \ - src/decoder/XiphTags.c src/decoder/XiphTags.h \ + src/decoder/XiphTags.cxx src/decoder/XiphTags.hxx \ src/decoder/OggCodec.cxx src/decoder/OggCodec.hxx endif |