Tag, ...: move to libtag.a

This commit is contained in:
Max Kellermann
2013-09-05 18:22:02 +02:00
parent 7a4c9f5f4c
commit 3f267b1795
83 changed files with 98 additions and 105 deletions

View File

@@ -28,7 +28,7 @@
#include "MessageCommands.hxx"
#include "OtherCommands.hxx"
#include "Permission.hxx"
#include "Tag.hxx"
#include "tag/TagType.h"
#include "protocol/Result.hxx"
#include "Client.hxx"
#include "util/Tokenizer.hxx"

View File

@@ -21,7 +21,6 @@
#include "CrossFade.hxx"
#include "MusicChunk.hxx"
#include "AudioFormat.hxx"
#include "Tag.hxx"
#include <cmath>

View File

@@ -25,7 +25,7 @@
#include "DatabaseSelection.hxx"
#include "CommandError.hxx"
#include "ClientInternal.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "util/UriUtil.hxx"
#include "util/Error.hxx"
#include "SongFilter.hxx"

View File

@@ -20,7 +20,7 @@
#include "DatabaseHelpers.hxx"
#include "DatabasePlugin.hxx"
#include "Song.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include <functional>
#include <set>

View File

@@ -21,7 +21,7 @@
#define MPD_MEMORY_DATABASE_PLUGIN_HXX
#include "DatabaseVisitor.hxx"
#include "TagType.h"
#include "tag/TagType.h"
#include "gcc.h"
class Error;

View File

@@ -27,7 +27,7 @@
#define MPD_DATABASE_PLUGIN_HXX
#include "DatabaseVisitor.hxx"
#include "TagType.h"
#include "tag/TagType.h"
#include "gcc.h"
struct config_param;

View File

@@ -26,7 +26,7 @@
#include "TimePrint.hxx"
#include "Directory.hxx"
#include "Client.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "Song.hxx"
#include "DatabaseGlue.hxx"
#include "DatabasePlugin.hxx"

View File

@@ -25,8 +25,8 @@
#include "DirectorySave.hxx"
#include "Song.hxx"
#include "TextFile.hxx"
#include "TagInternal.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "tag/TagInternal.hxx"
#include "fs/Path.hxx"
#include "util/Error.hxx"

View File

@@ -31,7 +31,7 @@
#include "DecoderCommand.hxx"
#include "DecoderPlugin.hxx"
#include "replay_gain_info.h"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "AudioFormat.hxx"
#include "ConfigData.hxx"

View File

@@ -23,7 +23,7 @@
#include "MusicPipe.hxx"
#include "MusicBuffer.hxx"
#include "MusicChunk.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include <assert.h>

View File

@@ -28,7 +28,7 @@
#include "Mapper.hxx"
#include "fs/Path.hxx"
#include "DecoderAPI.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "InputStream.hxx"
#include "DecoderList.hxx"
#include "util/UriUtil.hxx"

View File

@@ -18,7 +18,7 @@
*/
#include "DespotifyUtils.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"

View File

@@ -27,7 +27,7 @@
#include "EncoderPlugin.hxx"
#include "AudioFormat.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "ConfigData.hxx"
#endif

View File

@@ -19,7 +19,7 @@
#include "config.h"
#include "IcyMetaDataParser.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include <glib.h>

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "IcyMetaDataServer.hxx"
#include "Page.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include <glib.h>

View File

@@ -20,7 +20,7 @@
#ifndef MPD_ICY_META_DATA_SERVER_HXX
#define MPD_ICY_META_DATA_SERVER_HXX
#include "TagType.h"
#include "tag/TagType.h"
struct Tag;
class Page;

View File

@@ -38,7 +38,7 @@
#include "Partition.hxx"
#include "Volume.hxx"
#include "OutputAll.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "replay_gain_config.h"
#include "Idle.hxx"
#include "SignalHandlers.hxx"

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "MusicChunk.hxx"
#include "AudioFormat.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include <assert.h>

View File

@@ -23,7 +23,7 @@
#include "OutputPlugin.hxx"
#include "OutputInternal.hxx"
#include "AudioFormat.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "ConfigData.hxx"
#endif

View File

@@ -30,7 +30,7 @@
#include "CrossFade.hxx"
#include "PlayerControl.hxx"
#include "OutputAll.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "Idle.hxx"
#include "GlobalEvents.hxx"

View File

@@ -23,7 +23,7 @@
#include "DatabasePlugin.hxx"
#include "DatabaseGlue.hxx"
#include "ls.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "fs/Path.hxx"
#include "util/UriUtil.hxx"
#include "util/Error.hxx"

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "Song.hxx"
#include "Directory.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include <glib.h>

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "SongFilter.hxx"
#include "Song.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include <glib.h>

View File

@@ -23,7 +23,7 @@
#include "TagSave.hxx"
#include "Directory.hxx"
#include "TextFile.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "util/StringUtil.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"

View File

@@ -21,7 +21,7 @@
#include "SongSort.hxx"
#include "Song.hxx"
#include "util/list.h"
#include "Tag.hxx"
#include "tag/Tag.hxx"
extern "C" {
#include "util/list_sort.h"

View File

@@ -25,11 +25,11 @@
#include "Mapper.hxx"
#include "fs/Path.hxx"
#include "fs/FileSystem.hxx"
#include "Tag.hxx"
#include "InputStream.hxx"
#include "DecoderPlugin.hxx"
#include "DecoderList.hxx"
#include "TagHandler.hxx"
#include "tag/Tag.hxx"
#include "tag/TagHandler.hxx"
#include "tag/TagId3.hxx"
#include "tag/ApeTag.hxx"

View File

@@ -19,8 +19,8 @@
#include "config.h"
#include "TagPrint.hxx"
#include "Tag.hxx"
#include "TagInternal.hxx"
#include "tag/Tag.hxx"
#include "tag/TagInternal.hxx"
#include "Song.hxx"
#include "Client.hxx"

View File

@@ -19,8 +19,7 @@
#include "config.h"
#include "TagSave.hxx"
#include "Tag.hxx"
#include "TagInternal.hxx"
#include "tag/Tag.hxx"
#include "Song.hxx"
void

View File

@@ -27,8 +27,8 @@
#include "DecoderPlugin.hxx"
#include "Mapper.hxx"
#include "fs/Path.hxx"
#include "TagHandler.hxx"
#include "Tag.hxx"
#include "tag/TagHandler.hxx"
#include "tag/Tag.hxx"
#include <glib.h>

View File

@@ -21,7 +21,7 @@
#include "CueParser.hxx"
#include "util/StringUtil.hxx"
#include "Song.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include <glib.h>

View File

@@ -27,7 +27,7 @@
#include "Song.hxx"
#include "gcc.h"
#include "ConfigData.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"

View File

@@ -19,7 +19,7 @@
#include "config.h"
#include "AdPlugDecoderPlugin.h"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "DecoderAPI.hxx"
#include "CheckAudioFormat.hxx"
#include "util/Error.hxx"

View File

@@ -22,7 +22,7 @@
#include "DecoderAPI.hxx"
#include "InputStream.hxx"
#include "CheckAudioFormat.hxx"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "util/Error.hxx"
#include <audiofile.h>

View File

@@ -28,7 +28,7 @@
#include "DecoderAPI.hxx"
#include "InputStream.hxx"
#include "util/bit_reverse.h"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "tag/TagId3.hxx"
#include "util/Error.hxx"

View File

@@ -33,7 +33,7 @@
#include "CheckAudioFormat.hxx"
#include "util/bit_reverse.h"
#include "util/Error.hxx"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "DsdLib.hxx"
#include <unistd.h>

View File

@@ -35,7 +35,7 @@
#include "util/bit_reverse.h"
#include "util/Error.hxx"
#include "DsdLib.hxx"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include <unistd.h>
#include <stdio.h> /* for SEEK_SET, SEEK_CUR */

View File

@@ -23,7 +23,7 @@
#include "DecoderBuffer.hxx"
#include "InputStream.hxx"
#include "CheckAudioFormat.hxx"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"

View File

@@ -24,7 +24,7 @@
#include "FfmpegDecoderPlugin.hxx"
#include "DecoderAPI.hxx"
#include "FfmpegMetaData.hxx"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "InputStream.hxx"
#include "CheckAudioFormat.hxx"
#include "util/Error.hxx"

View File

@@ -23,7 +23,7 @@
#include "config.h"
#include "FfmpegMetaData.hxx"
#include "tag/TagTable.hxx"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "ffmpeg"

View File

@@ -20,8 +20,8 @@
#include "config.h"
#include "FlacMetadata.hxx"
#include "XiphTags.hxx"
#include "Tag.hxx"
#include "TagHandler.hxx"
#include "tag/Tag.hxx"
#include "tag/TagHandler.hxx"
#include "tag/TagTable.hxx"
#include "replay_gain_info.h"

View File

@@ -21,7 +21,7 @@
#include "GmeDecoderPlugin.hxx"
#include "DecoderAPI.hxx"
#include "CheckAudioFormat.hxx"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "util/UriUtil.hxx"
#include "util/Error.hxx"

View File

@@ -24,7 +24,7 @@
#include "ConfigGlobal.hxx"
#include "tag/TagId3.hxx"
#include "tag/TagRva2.hxx"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "CheckAudioFormat.hxx"
#include "util/Error.hxx"

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "MikmodDecoderPlugin.hxx"
#include "DecoderAPI.hxx"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "system/FatalError.hxx"
#include <glib.h>

View File

@@ -21,7 +21,7 @@
#include "ModplugDecoderPlugin.hxx"
#include "DecoderAPI.hxx"
#include "InputStream.hxx"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include <glib.h>
#include <modplug.h>

View File

@@ -22,7 +22,7 @@
#include "DecoderAPI.hxx"
#include "InputStream.hxx"
#include "CheckAudioFormat.hxx"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "util/Error.hxx"
#include <mpc/mpcdec.h>

View File

@@ -21,7 +21,7 @@
#include "Mpg123DecoderPlugin.hxx"
#include "DecoderAPI.hxx"
#include "CheckAudioFormat.hxx"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "util/Error.hxx"
#include <glib.h>

View File

@@ -27,7 +27,7 @@
#include "DecoderAPI.hxx"
#include "OggCodec.hxx"
#include "CheckAudioFormat.hxx"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "InputStream.hxx"
#include "util/Error.hxx"

View File

@@ -21,7 +21,7 @@
#include "OpusTags.hxx"
#include "OpusReader.hxx"
#include "XiphTags.hxx"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include <stdint.h>
#include <string.h>

View File

@@ -22,7 +22,7 @@
#include "DecoderAPI.hxx"
#include "InputStream.hxx"
#include "CheckAudioFormat.hxx"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "util/Error.hxx"
#include <sndfile.h>

View File

@@ -20,9 +20,9 @@
#include "config.h"
#include "VorbisComments.hxx"
#include "XiphTags.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "tag/TagTable.hxx"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "replay_gain_info.h"
#include <glib.h>

View File

@@ -26,7 +26,7 @@
#include "util/Error.hxx"
#include "util/UriUtil.hxx"
#include "CheckAudioFormat.hxx"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#ifndef HAVE_TREMOR
#define OV_EXCLUDE_STATIC_CALLBACKS

View File

@@ -22,7 +22,7 @@
#include "DecoderAPI.hxx"
#include "InputStream.hxx"
#include "CheckAudioFormat.hxx"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "tag/ApeTag.hxx"
#include "util/Error.hxx"

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "WildmidiDecoderPlugin.hxx"
#include "DecoderAPI.hxx"
#include "TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "util/Error.hxx"
#include "fs/Path.hxx"
#include "fs/FileSystem.hxx"

View File

@@ -19,10 +19,7 @@
#include "config.h"
#include "../DecoderAPI.hxx"
extern "C" {
#include "TagHandler.hxx"
}
#include "tag/TagHandler.hxx"
#include <errno.h>
#include <stdlib.h>

View File

@@ -21,7 +21,7 @@
#include "VorbisEncoderPlugin.hxx"
#include "OggStream.hxx"
#include "EncoderAPI.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "AudioFormat.hxx"
#include "ConfigError.hxx"
#include "util/Error.hxx"

View File

@@ -24,7 +24,7 @@
#include "InputPlugin.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigData.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "IcyMetaDataParser.hxx"
#include "event/MultiSocketMonitor.hxx"
#include "event/Call.hxx"

View File

@@ -23,7 +23,7 @@
#include "InputInternal.hxx"
#include "InputStream.hxx"
#include "InputPlugin.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
extern "C" {
#include <despotify.h>

View File

@@ -22,7 +22,7 @@
#include "InputInternal.hxx"
#include "InputStream.hxx"
#include "InputPlugin.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include <assert.h>
#include <string.h>

View File

@@ -23,7 +23,7 @@
#include "MemorySongEnumerator.hxx"
#include "InputStream.hxx"
#include "Song.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "util/Error.hxx"
#include <glib.h>

View File

@@ -21,7 +21,7 @@
#include "CuePlaylistPlugin.hxx"
#include "PlaylistPlugin.hxx"
#include "SongEnumerator.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "Song.hxx"
#include "cue/CueParser.hxx"
#include "TextInputStream.hxx"

View File

@@ -22,7 +22,7 @@
#include "DespotifyUtils.hxx"
#include "PlaylistPlugin.hxx"
#include "MemorySongEnumerator.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "Song.hxx"
extern "C" {

View File

@@ -27,8 +27,8 @@
#include "EmbeddedCuePlaylistPlugin.hxx"
#include "PlaylistPlugin.hxx"
#include "SongEnumerator.hxx"
#include "Tag.hxx"
#include "TagHandler.hxx"
#include "tag/Tag.hxx"
#include "tag/TagHandler.hxx"
#include "tag/TagId3.hxx"
#include "tag/ApeTag.hxx"
#include "Song.hxx"

View File

@@ -22,7 +22,7 @@
#include "PlaylistPlugin.hxx"
#include "SongEnumerator.hxx"
#include "Song.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "util/StringUtil.hxx"
#include "TextInputStream.hxx"

View File

@@ -23,7 +23,7 @@
#include "MemorySongEnumerator.hxx"
#include "InputStream.hxx"
#include "Song.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "util/Error.hxx"
#include <glib.h>

View File

@@ -23,7 +23,7 @@
#include "MemorySongEnumerator.hxx"
#include "InputStream.hxx"
#include "Song.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "util/Error.hxx"
#include <glib.h>

View File

@@ -24,7 +24,7 @@
#include "ConfigData.hxx"
#include "InputStream.hxx"
#include "Song.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "util/Error.hxx"
#include <glib.h>

View File

@@ -22,7 +22,7 @@
#include "PlaylistPlugin.hxx"
#include "MemorySongEnumerator.hxx"
#include "InputStream.hxx"
#include "Tag.hxx"
#include "tag/Tag.hxx"
#include "util/Error.hxx"
#include <glib.h>