decoder/flac: move class FlacMetadataChain to separate source

This commit is contained in:
Max Kellermann
2018-07-07 14:09:26 +02:00
parent b153591790
commit 37897d1550
7 changed files with 127 additions and 76 deletions
+1
View File
@@ -1200,6 +1200,7 @@ if ENABLE_FLAC
libdecoder_a_SOURCES += \
src/lib/xiph/FlacMetadataIterator.hxx \
src/lib/xiph/FlacIOHandle.cxx src/lib/xiph/FlacIOHandle.hxx \
src/lib/xiph/FlacMetadataChain.cxx src/lib/xiph/FlacMetadataChain.hxx \
src/decoder/plugins/FlacInput.cxx src/decoder/plugins/FlacInput.hxx \
src/decoder/plugins/FlacMetadata.cxx src/decoder/plugins/FlacMetadata.hxx \
src/decoder/plugins/FlacPcm.cxx src/decoder/plugins/FlacPcm.hxx \