diff options
author | Max Kellermann <max@duempel.org> | 2015-03-01 00:48:44 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-03-01 00:48:44 +0100 |
commit | 41cc31c124686304f2ce7098c16ab27b5f88057e (patch) | |
tree | c623c1cb9f5be5079fdfaae06155d4432bac6a27 /Makefile.am | |
parent | 605af61a0fe77e7155446dab82666d6517d9e4a3 (diff) | |
download | mpd-41cc31c124686304f2ce7098c16ab27b5f88057e.tar.gz mpd-41cc31c124686304f2ce7098c16ab27b5f88057e.tar.xz mpd-41cc31c124686304f2ce7098c16ab27b5f88057e.zip |
SongUpdate: use OpenArchiveInputStream() to open archive file
Don't pass Path::c_str() to tag_stream_scan() which requires a UTF-8
string.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bb87c74b9..2417b8c74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -728,6 +728,7 @@ if ENABLE_ARCHIVE noinst_LIBRARIES += libarchive.a libmpd_a_SOURCES += \ + src/TagArchive.cxx src/TagArchive.hxx \ src/db/update/Archive.cxx libarchive_a_SOURCES = \ |