decoder/flac: move class FLACMetadataIterator to separate source

This commit is contained in:
Max Kellermann
2018-07-07 14:03:00 +02:00
parent b0d587ded7
commit 3d43e4e954
4 changed files with 54 additions and 25 deletions
+1
View File
@@ -1198,6 +1198,7 @@ endif
if ENABLE_FLAC
libdecoder_a_SOURCES += \
src/lib/xiph/FlacMetadataIterator.hxx \
src/decoder/plugins/FlacInput.cxx src/decoder/plugins/FlacInput.hxx \
src/decoder/plugins/FlacIOHandle.cxx src/decoder/plugins/FlacIOHandle.hxx \
src/decoder/plugins/FlacMetadata.cxx src/decoder/plugins/FlacMetadata.hxx \