ReplayGainInfo: move to tag/
This commit is contained in:
parent
866e7ff3ce
commit
2240327286
@ -463,7 +463,6 @@ endif
|
||||
|
||||
basic = static_library(
|
||||
'basic',
|
||||
'src/ReplayGainInfo.cxx',
|
||||
'src/ReplayGainMode.cxx',
|
||||
'src/SingleMode.cxx',
|
||||
include_directories: inc,
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#include "MusicChunkPtr.hxx"
|
||||
#include "Chrono.hxx"
|
||||
#include "ReplayGainInfo.hxx"
|
||||
#include "tag/ReplayGainInfo.hxx"
|
||||
#include "util/WritableBuffer.hxx"
|
||||
|
||||
#ifndef NDEBUG
|
||||
|
@ -21,7 +21,7 @@
|
||||
#define MPD_DECODER_BRIDGE_HXX
|
||||
|
||||
#include "Client.hxx"
|
||||
#include "ReplayGainInfo.hxx"
|
||||
#include "tag/ReplayGainInfo.hxx"
|
||||
#include "MusicChunkPtr.hxx"
|
||||
|
||||
#include <exception>
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "input/Ptr.hxx"
|
||||
#include "Command.hxx"
|
||||
#include "DecoderPlugin.hxx"
|
||||
#include "ReplayGainInfo.hxx"
|
||||
#include "tag/ReplayGainInfo.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "tag/MixRampInfo.hxx"
|
||||
#include "pcm/AudioFormat.hxx"
|
||||
|
@ -37,7 +37,7 @@
|
||||
#include "pcm/Interleave.hxx"
|
||||
#include "tag/Builder.hxx"
|
||||
#include "tag/Handler.hxx"
|
||||
#include "tag/ReplayGain.hxx"
|
||||
#include "tag/ReplayGainParser.hxx"
|
||||
#include "tag/MixRampParser.hxx"
|
||||
#include "input/InputStream.hxx"
|
||||
#include "pcm/CheckAudioFormat.hxx"
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "tag/Id3ReplayGain.hxx"
|
||||
#include "tag/Id3MixRamp.hxx"
|
||||
#include "tag/Handler.hxx"
|
||||
#include "tag/ReplayGain.hxx"
|
||||
#include "tag/ReplayGainParser.hxx"
|
||||
#include "tag/MixRampParser.hxx"
|
||||
#include "pcm/CheckAudioFormat.hxx"
|
||||
#include "util/Clamp.hxx"
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "pcm/CheckAudioFormat.hxx"
|
||||
#include "tag/Handler.hxx"
|
||||
#include "tag/Builder.hxx"
|
||||
#include "tag/ReplayGain.hxx"
|
||||
#include "tag/ReplayGainParser.hxx"
|
||||
#include "tag/MixRampParser.hxx"
|
||||
#include "fs/Path.hxx"
|
||||
#include "util/Domain.hxx"
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "tag/Handler.hxx"
|
||||
#include "tag/ParseName.hxx"
|
||||
#include "util/ASCII.hxx"
|
||||
#include "ReplayGainInfo.hxx"
|
||||
#include "tag/ReplayGainInfo.hxx"
|
||||
#include "util/NumberParser.hxx"
|
||||
#include "util/StringView.hxx"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "ReplayGainFilterPlugin.hxx"
|
||||
#include "filter/Filter.hxx"
|
||||
#include "filter/Prepared.hxx"
|
||||
#include "ReplayGainInfo.hxx"
|
||||
#include "tag/ReplayGainInfo.hxx"
|
||||
#include "config/ReplayGainConfig.hxx"
|
||||
#include "mixer/MixerControl.hxx"
|
||||
#include "pcm/AudioFormat.hxx"
|
||||
|
@ -24,10 +24,10 @@
|
||||
#include "tag/Handler.hxx"
|
||||
#include "tag/Builder.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "tag/ReplayGain.hxx"
|
||||
#include "tag/MixRampInfo.hxx"
|
||||
#include "tag/MixRampParser.hxx"
|
||||
#include "ReplayGainInfo.hxx"
|
||||
#include "tag/ReplayGainInfo.hxx"
|
||||
#include "tag/ReplayGainParser.hxx"
|
||||
#include "util/StringView.hxx"
|
||||
|
||||
#include <cassert>
|
||||
|
@ -24,8 +24,8 @@
|
||||
#include "tag/Builder.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "tag/VorbisComment.hxx"
|
||||
#include "tag/ReplayGain.hxx"
|
||||
#include "ReplayGainInfo.hxx"
|
||||
#include "tag/ReplayGainInfo.hxx"
|
||||
#include "tag/ReplayGainParser.hxx"
|
||||
#include "util/StringView.hxx"
|
||||
#include "decoder/Features.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include "ApeReplayGain.hxx"
|
||||
#include "ApeLoader.hxx"
|
||||
#include "ReplayGain.hxx"
|
||||
#include "ReplayGainParser.hxx"
|
||||
#include "util/StringView.hxx"
|
||||
|
||||
#include <string.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include "Id3ReplayGain.hxx"
|
||||
#include "Rva2.hxx"
|
||||
#include "ReplayGain.hxx"
|
||||
#include "ReplayGainParser.hxx"
|
||||
#include "ReplayGainInfo.hxx"
|
||||
|
||||
#include <id3tag.h>
|
||||
|
@ -17,7 +17,7 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "ReplayGain.hxx"
|
||||
#include "ReplayGainParser.hxx"
|
||||
#include "VorbisComment.hxx"
|
||||
#include "ReplayGainInfo.hxx"
|
||||
#include "util/ASCII.hxx"
|
@ -27,7 +27,8 @@ tag_sources = [
|
||||
'Table.cxx',
|
||||
'Format.cxx',
|
||||
'VorbisComment.cxx',
|
||||
'ReplayGain.cxx',
|
||||
'ReplayGainInfo.cxx',
|
||||
'ReplayGainParser.cxx',
|
||||
'MixRampParser.cxx',
|
||||
'Generic.cxx',
|
||||
'Id3MusicBrainz.cxx',
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "tag/Id3Load.hxx"
|
||||
#include "tag/Rva2.hxx"
|
||||
#include "ReplayGainInfo.hxx"
|
||||
#include "tag/ReplayGainInfo.hxx"
|
||||
#include "thread/Mutex.hxx"
|
||||
#include "fs/Path.hxx"
|
||||
#include "input/InputStream.hxx"
|
||||
|
Loading…
Reference in New Issue
Block a user