move MusicBrainz id3v2 tags to separate file

We will reuse these tags elsewhere.
This commit is contained in:
Matthew Leon
2017-07-19 13:36:04 -07:00
committed by Max Kellermann
parent f633e6ca49
commit 573a413ee1
4 changed files with 62 additions and 12 deletions
+1
View File
@@ -923,6 +923,7 @@ libtag_a_SOURCES =\
src/tag/ReplayGain.cxx src/tag/ReplayGain.hxx \
src/tag/MixRamp.cxx src/tag/MixRamp.hxx \
src/tag/Generic.cxx src/tag/Generic.hxx \
src/tag/Id3MusicBrainz.cxx src/tag/Id3MusicBrainz.hxx \
src/tag/ApeLoader.cxx src/tag/ApeLoader.hxx \
src/tag/ApeReplayGain.cxx src/tag/ApeReplayGain.hxx \
src/tag/ApeTag.cxx src/tag/ApeTag.hxx