Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
3f267b17
Commit
3f267b17
authored
Sep 05, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tag, ...: move to libtag.a
parent
7a4c9f5f
Hide whitespace changes
Inline
Side-by-side
Showing
83 changed files
with
98 additions
and
105 deletions
+98
-105
Makefile.am
Makefile.am
+19
-21
AllCommands.cxx
src/AllCommands.cxx
+1
-1
CrossFade.cxx
src/CrossFade.cxx
+0
-1
DatabaseCommands.cxx
src/DatabaseCommands.cxx
+1
-1
DatabaseHelpers.cxx
src/DatabaseHelpers.cxx
+1
-1
DatabaseHelpers.hxx
src/DatabaseHelpers.hxx
+1
-1
DatabasePlugin.hxx
src/DatabasePlugin.hxx
+1
-1
DatabasePrint.cxx
src/DatabasePrint.cxx
+1
-1
DatabaseSave.cxx
src/DatabaseSave.cxx
+2
-2
DecoderAPI.hxx
src/DecoderAPI.hxx
+1
-1
DecoderInternal.cxx
src/DecoderInternal.cxx
+1
-1
DecoderThread.cxx
src/DecoderThread.cxx
+1
-1
DespotifyUtils.cxx
src/DespotifyUtils.cxx
+1
-1
EncoderAPI.hxx
src/EncoderAPI.hxx
+1
-1
IcyMetaDataParser.cxx
src/IcyMetaDataParser.cxx
+1
-1
IcyMetaDataServer.cxx
src/IcyMetaDataServer.cxx
+1
-1
IcyMetaDataServer.hxx
src/IcyMetaDataServer.hxx
+1
-1
Main.cxx
src/Main.cxx
+1
-1
MusicChunk.cxx
src/MusicChunk.cxx
+1
-1
OutputAPI.hxx
src/OutputAPI.hxx
+1
-1
PlayerThread.cxx
src/PlayerThread.cxx
+1
-1
PlaylistSong.cxx
src/PlaylistSong.cxx
+1
-1
Song.cxx
src/Song.cxx
+1
-1
SongFilter.cxx
src/SongFilter.cxx
+1
-1
SongSave.cxx
src/SongSave.cxx
+1
-1
SongSort.cxx
src/SongSort.cxx
+1
-1
SongUpdate.cxx
src/SongUpdate.cxx
+2
-2
TagPrint.cxx
src/TagPrint.cxx
+2
-2
TagSave.cxx
src/TagSave.cxx
+1
-2
UpdateContainer.cxx
src/UpdateContainer.cxx
+2
-2
CueParser.cxx
src/cue/CueParser.cxx
+1
-1
ProxyDatabasePlugin.cxx
src/db/ProxyDatabasePlugin.cxx
+1
-1
AdPlugDecoderPlugin.cxx
src/decoder/AdPlugDecoderPlugin.cxx
+1
-1
AudiofileDecoderPlugin.cxx
src/decoder/AudiofileDecoderPlugin.cxx
+1
-1
DsdLib.cxx
src/decoder/DsdLib.cxx
+1
-1
DsdiffDecoderPlugin.cxx
src/decoder/DsdiffDecoderPlugin.cxx
+1
-1
DsfDecoderPlugin.cxx
src/decoder/DsfDecoderPlugin.cxx
+1
-1
FaadDecoderPlugin.cxx
src/decoder/FaadDecoderPlugin.cxx
+1
-1
FfmpegDecoderPlugin.cxx
src/decoder/FfmpegDecoderPlugin.cxx
+1
-1
FfmpegMetaData.cxx
src/decoder/FfmpegMetaData.cxx
+1
-1
FlacMetadata.cxx
src/decoder/FlacMetadata.cxx
+2
-2
GmeDecoderPlugin.cxx
src/decoder/GmeDecoderPlugin.cxx
+1
-1
MadDecoderPlugin.cxx
src/decoder/MadDecoderPlugin.cxx
+1
-1
MikmodDecoderPlugin.cxx
src/decoder/MikmodDecoderPlugin.cxx
+1
-1
ModplugDecoderPlugin.cxx
src/decoder/ModplugDecoderPlugin.cxx
+1
-1
MpcdecDecoderPlugin.cxx
src/decoder/MpcdecDecoderPlugin.cxx
+1
-1
Mpg123DecoderPlugin.cxx
src/decoder/Mpg123DecoderPlugin.cxx
+1
-1
OpusDecoderPlugin.cxx
src/decoder/OpusDecoderPlugin.cxx
+1
-1
OpusTags.cxx
src/decoder/OpusTags.cxx
+1
-1
SndfileDecoderPlugin.cxx
src/decoder/SndfileDecoderPlugin.cxx
+1
-1
VorbisComments.cxx
src/decoder/VorbisComments.cxx
+2
-2
VorbisDecoderPlugin.cxx
src/decoder/VorbisDecoderPlugin.cxx
+1
-1
WavpackDecoderPlugin.cxx
src/decoder/WavpackDecoderPlugin.cxx
+1
-1
WildmidiDecoderPlugin.cxx
src/decoder/WildmidiDecoderPlugin.cxx
+1
-1
sidplay_decoder_plugin.cxx
src/decoder/sidplay_decoder_plugin.cxx
+1
-4
VorbisEncoderPlugin.cxx
src/encoder/VorbisEncoderPlugin.cxx
+1
-1
CurlInputPlugin.cxx
src/input/CurlInputPlugin.cxx
+1
-1
DespotifyInputPlugin.cxx
src/input/DespotifyInputPlugin.cxx
+1
-1
RewindInputPlugin.cxx
src/input/RewindInputPlugin.cxx
+1
-1
AsxPlaylistPlugin.cxx
src/playlist/AsxPlaylistPlugin.cxx
+1
-1
CuePlaylistPlugin.cxx
src/playlist/CuePlaylistPlugin.cxx
+1
-1
DespotifyPlaylistPlugin.cxx
src/playlist/DespotifyPlaylistPlugin.cxx
+1
-1
EmbeddedCuePlaylistPlugin.cxx
src/playlist/EmbeddedCuePlaylistPlugin.cxx
+2
-2
ExtM3uPlaylistPlugin.cxx
src/playlist/ExtM3uPlaylistPlugin.cxx
+1
-1
PlsPlaylistPlugin.cxx
src/playlist/PlsPlaylistPlugin.cxx
+1
-1
RssPlaylistPlugin.cxx
src/playlist/RssPlaylistPlugin.cxx
+1
-1
SoundCloudPlaylistPlugin.cxx
src/playlist/SoundCloudPlaylistPlugin.cxx
+1
-1
XspfPlaylistPlugin.cxx
src/playlist/XspfPlaylistPlugin.cxx
+1
-1
Tag.cxx
src/tag/Tag.cxx
+0
-0
Tag.hxx
src/tag/Tag.hxx
+0
-0
TagHandler.cxx
src/tag/TagHandler.cxx
+0
-0
TagHandler.hxx
src/tag/TagHandler.hxx
+0
-0
TagInternal.hxx
src/tag/TagInternal.hxx
+0
-0
TagNames.c
src/tag/TagNames.c
+0
-0
TagPool.cxx
src/tag/TagPool.cxx
+0
-0
TagPool.hxx
src/tag/TagPool.hxx
+0
-0
TagType.h
src/tag/TagType.h
+0
-0
DumpDatabase.cxx
test/DumpDatabase.cxx
+1
-1
dump_rva2.cxx
test/dump_rva2.cxx
+1
-1
read_tags.cxx
test/read_tags.cxx
+1
-1
run_input.cxx
test/run_input.cxx
+1
-1
test_vorbis_encoder.cxx
test/test_vorbis_encoder.cxx
+1
-1
visit_archive.cxx
test/visit_archive.cxx
+1
-1
No files found.
Makefile.am
View file @
3f267b17
...
...
@@ -201,14 +201,8 @@ src_mpd_SOURCES = \
src/SongSort.cxx src/SongSort.hxx
\
src/StateFile.cxx src/StateFile.hxx
\
src/Stats.cxx
\
src/TagType.h
\
src/Tag.cxx src/Tag.hxx
\
src/TagInternal.hxx
\
src/TagNames.c
\
src/TagPool.cxx src/TagPool.hxx
\
src/TagPrint.cxx src/TagPrint.hxx
\
src/TagSave.cxx src/TagSave.hxx
\
src/TagHandler.cxx src/TagHandler.hxx
\
src/TagFile.cxx src/TagFile.hxx
\
src/TextFile.cxx src/TextFile.hxx
\
src/TextInputStream.cxx
\
...
...
@@ -428,7 +422,13 @@ TAG_LIBS = \
$(ID3TAG_LIBS)
libtag_a_SOURCES
=
\
src/tag/TagTable.cxx src/TagTable.hxx
\
src/tag/TagType.h
\
src/tag/Tag.cxx src/tag/Tag.hxx
\
src/tag/TagHandler.cxx src/tag/TagHandler.hxx
\
src/tag/TagInternal.hxx
\
src/tag/TagNames.c
\
src/tag/TagPool.cxx src/tag/TagPool.hxx
\
src/tag/TagTable.cxx src/tag/TagTable.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
...
...
@@ -1074,6 +1074,7 @@ test_run_resolver_SOURCES = test/run_resolver.cxx
test_DumpDatabase_LDADD
=
\
$(DB_LIBS)
\
$(TAG_LIBS)
\
libconf.a
\
libutil.a
\
libsystem.a
\
...
...
@@ -1087,13 +1088,14 @@ test_DumpDatabase_SOURCES = test/DumpDatabase.cxx \
src/PlaylistVector.cxx src/PlaylistDatabase.cxx
\
src/DatabaseLock.cxx src/DatabaseSave.cxx
\
src/Song.cxx src/SongSave.cxx src/SongSort.cxx
\
src/Tag
.cxx src/TagNames.c src/TagPool.cxx src/Tag
Save.cxx
\
src/TagSave.cxx
\
src/SongFilter.cxx
\
src/TextFile.cxx
test_run_input_LDADD
=
\
$(INPUT_LIBS)
\
$(ARCHIVE_LIBS)
\
$(TAG_LIBS)
\
libconf.a
\
libutil.a
\
libevent.a
\
...
...
@@ -1103,13 +1105,14 @@ test_run_input_LDADD = \
test_run_input_SOURCES
=
test
/run_input.cxx
\
test
/stdbin.h
\
src/IOThread.cxx
\
src/Tag
.cxx src/TagNames.c src/TagPool.cxx src/Tag
Save.cxx
src/TagSave.cxx
if
ENABLE_ARCHIVE
test_visit_archive_LDADD
=
\
$(INPUT_LIBS)
\
$(ARCHIVE_LIBS)
\
$(TAG_LIBS)
\
libconf.a
\
libutil.a
\
libevent.a
\
...
...
@@ -1118,8 +1121,7 @@ test_visit_archive_LDADD = \
$(GLIB_LIBS)
test_visit_archive_SOURCES
=
test
/visit_archive.cxx
\
src/IOThread.cxx
\
src/InputStream.cxx
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx
src/InputStream.cxx
if
ENABLE_DESPOTIFY
test_visit_archive_SOURCES
+=
src/DespotifyUtils.cxx
...
...
@@ -1130,6 +1132,7 @@ endif
test_dump_text_file_LDADD
=
\
$(INPUT_LIBS)
\
$(ARCHIVE_LIBS)
\
$(TAG_LIBS)
\
libconf.a
\
libevent.a
\
libfs.a
\
...
...
@@ -1139,7 +1142,6 @@ test_dump_text_file_LDADD = \
test_dump_text_file_SOURCES
=
test
/dump_text_file.cxx
\
test
/stdbin.h
\
src/IOThread.cxx
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx
\
src/TextInputStream.cxx
test_dump_playlist_LDADD
=
\
...
...
@@ -1159,8 +1161,8 @@ test_dump_playlist_LDADD = \
test_dump_playlist_SOURCES
=
test
/dump_playlist.cxx
\
$(DECODER_SRC)
\
src/IOThread.cxx
\
src/Song.cxx src/Tag
.cxx src/TagNames.c src/TagPool.cxx src/Tag
Save.cxx
\
src/Tag
Handler.cxx src/Tag
File.cxx
\
src/Song.cxx src/TagSave.cxx
\
src/TagFile.cxx
\
src/CheckAudioFormat.cxx
\
src/TextInputStream.cxx
\
src/cue/CueParser.cxx src/cue/CueParser.hxx
...
...
@@ -1186,7 +1188,6 @@ test_run_decoder_LDADD = \
test_run_decoder_SOURCES
=
test
/run_decoder.cxx
\
test
/stdbin.h
\
src/IOThread.cxx
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx src/TagHandler.cxx
\
src/ReplayGainInfo.cxx
\
src/AudioFormat.cxx src/CheckAudioFormat.cxx
\
$(ARCHIVE_SRC)
\
...
...
@@ -1208,7 +1209,6 @@ test_read_tags_LDADD = \
$(GLIB_LIBS)
test_read_tags_SOURCES
=
test
/read_tags.cxx
\
src/IOThread.cxx
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx src/TagHandler.cxx
\
src/ReplayGainInfo.cxx
\
src/CheckAudioFormat.cxx
\
$(DECODER_SRC)
...
...
@@ -1218,8 +1218,7 @@ test_dump_rva2_LDADD = \
$(TAG_LIBS)
\
libutil.a
\
$(GLIB_LIBS)
test_dump_rva2_SOURCES
=
test
/dump_rva2.cxx
\
src/TagHandler.cxx
test_dump_rva2_SOURCES
=
test
/dump_rva2.cxx
endif
test_run_filter_LDADD
=
\
...
...
@@ -1251,7 +1250,6 @@ if ENABLE_ENCODER
noinst_PROGRAMS
+=
test
/run_encoder
test_run_encoder_SOURCES
=
test
/run_encoder.cxx
\
test
/stdbin.h
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx
\
src/CheckAudioFormat.cxx
\
src/AudioFormat.cxx
\
src/AudioParser.cxx
...
...
@@ -1270,7 +1268,6 @@ if ENABLE_VORBIS_ENCODER
noinst_PROGRAMS
+=
test
/test_vorbis_encoder
test_test_vorbis_encoder_SOURCES
=
test
/test_vorbis_encoder.cxx
\
test
/stdbin.h
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx
\
src/CheckAudioFormat.cxx
\
src/AudioFormat.cxx
\
src/AudioParser.cxx
\
...
...
@@ -1280,6 +1277,7 @@ test_test_vorbis_encoder_CPPFLAGS = $(AM_CPPFLAGS) \
test_test_vorbis_encoder_LDADD
=
$(MPD_LIBS)
\
$(ENCODER_LIBS)
\
$(PCM_LIBS)
\
$(TAG_LIBS)
\
libconf.a
\
libsystem.a
\
libfs.a
\
...
...
@@ -1320,6 +1318,7 @@ test_run_output_LDADD = $(MPD_LIBS) \
$(ENCODER_LIBS)
\
libmixer_plugins.a
\
$(FILTER_LIBS)
\
$(TAG_LIBS)
\
libconf.a
\
libevent.a
\
libfs.a
\
...
...
@@ -1334,7 +1333,6 @@ test_run_output_SOURCES = test/run_output.cxx \
src/AudioFormat.cxx
\
src/AudioParser.cxx
\
src/Timer.cxx
\
src/Tag.cxx src/TagNames.c src/TagPool.cxx
\
src/Page.cxx
\
src/OutputError.cxx
\
src/OutputInit.cxx src/OutputFinish.cxx src/OutputList.cxx
\
...
...
src/AllCommands.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/CrossFade.cxx
View file @
3f267b17
...
...
@@ -21,7 +21,6 @@
#include "CrossFade.hxx"
#include "MusicChunk.hxx"
#include "AudioFormat.hxx"
#include "Tag.hxx"
#include <cmath>
...
...
src/DatabaseCommands.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/DatabaseHelpers.cxx
View file @
3f267b17
...
...
@@ -20,7 +20,7 @@
#include "DatabaseHelpers.hxx"
#include "DatabasePlugin.hxx"
#include "Song.hxx"
#include "Tag.hxx"
#include "
tag/
Tag.hxx"
#include <functional>
#include <set>
...
...
src/DatabaseHelpers.hxx
View file @
3f267b17
...
...
@@ -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
;
...
...
src/DatabasePlugin.hxx
View file @
3f267b17
...
...
@@ -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
;
...
...
src/DatabasePrint.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/DatabaseSave.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/DecoderAPI.hxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/DecoderInternal.cxx
View file @
3f267b17
...
...
@@ -23,7 +23,7 @@
#include "MusicPipe.hxx"
#include "MusicBuffer.hxx"
#include "MusicChunk.hxx"
#include "Tag.hxx"
#include "
tag/
Tag.hxx"
#include <assert.h>
...
...
src/DecoderThread.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/DespotifyUtils.cxx
View file @
3f267b17
...
...
@@ -18,7 +18,7 @@
*/
#include "DespotifyUtils.hxx"
#include "Tag.hxx"
#include "
tag/
Tag.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigOption.hxx"
...
...
src/EncoderAPI.hxx
View file @
3f267b17
...
...
@@ -27,7 +27,7 @@
#include "EncoderPlugin.hxx"
#include "AudioFormat.hxx"
#include "Tag.hxx"
#include "
tag/
Tag.hxx"
#include "ConfigData.hxx"
#endif
src/IcyMetaDataParser.cxx
View file @
3f267b17
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "IcyMetaDataParser.hxx"
#include "Tag.hxx"
#include "
tag/
Tag.hxx"
#include <glib.h>
...
...
src/IcyMetaDataServer.cxx
View file @
3f267b17
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "IcyMetaDataServer.hxx"
#include "Page.hxx"
#include "Tag.hxx"
#include "
tag/
Tag.hxx"
#include <glib.h>
...
...
src/IcyMetaDataServer.hxx
View file @
3f267b17
...
...
@@ -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
;
...
...
src/Main.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/MusicChunk.cxx
View file @
3f267b17
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "MusicChunk.hxx"
#include "AudioFormat.hxx"
#include "Tag.hxx"
#include "
tag/
Tag.hxx"
#include <assert.h>
...
...
src/OutputAPI.hxx
View file @
3f267b17
...
...
@@ -23,7 +23,7 @@
#include "OutputPlugin.hxx"
#include "OutputInternal.hxx"
#include "AudioFormat.hxx"
#include "Tag.hxx"
#include "
tag/
Tag.hxx"
#include "ConfigData.hxx"
#endif
src/PlayerThread.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/PlaylistSong.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/Song.cxx
View file @
3f267b17
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "Song.hxx"
#include "Directory.hxx"
#include "Tag.hxx"
#include "
tag/
Tag.hxx"
#include <glib.h>
...
...
src/SongFilter.cxx
View file @
3f267b17
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "SongFilter.hxx"
#include "Song.hxx"
#include "Tag.hxx"
#include "
tag/
Tag.hxx"
#include <glib.h>
...
...
src/SongSave.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/SongSort.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/SongUpdate.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/TagPrint.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/TagSave.cxx
View file @
3f267b17
...
...
@@ -19,8 +19,7 @@
#include "config.h"
#include "TagSave.hxx"
#include "Tag.hxx"
#include "TagInternal.hxx"
#include "tag/Tag.hxx"
#include "Song.hxx"
void
...
...
src/UpdateContainer.cxx
View file @
3f267b17
...
...
@@ -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>
...
...
src/cue/CueParser.cxx
View file @
3f267b17
...
...
@@ -21,7 +21,7 @@
#include "CueParser.hxx"
#include "util/StringUtil.hxx"
#include "Song.hxx"
#include "Tag.hxx"
#include "
tag/
Tag.hxx"
#include <glib.h>
...
...
src/db/ProxyDatabasePlugin.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/decoder/AdPlugDecoderPlugin.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/decoder/AudiofileDecoderPlugin.cxx
View file @
3f267b17
...
...
@@ -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>
...
...
src/decoder/DsdLib.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/decoder/DsdiffDecoderPlugin.cxx
View file @
3f267b17
...
...
@@ -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>
...
...
src/decoder/DsfDecoderPlugin.cxx
View file @
3f267b17
...
...
@@ -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 */
...
...
src/decoder/FaadDecoderPlugin.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/decoder/FfmpegDecoderPlugin.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/decoder/FfmpegMetaData.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/decoder/FlacMetadata.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/decoder/GmeDecoderPlugin.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/decoder/MadDecoderPlugin.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/decoder/MikmodDecoderPlugin.cxx
View file @
3f267b17
...
...
@@ -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>
...
...
src/decoder/ModplugDecoderPlugin.cxx
View file @
3f267b17
...
...
@@ -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>
...
...
src/decoder/MpcdecDecoderPlugin.cxx
View file @
3f267b17
...
...
@@ -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>
...
...
src/decoder/Mpg123DecoderPlugin.cxx
View file @
3f267b17
...
...
@@ -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>
...
...
src/decoder/OpusDecoderPlugin.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/decoder/OpusTags.cxx
View file @
3f267b17
...
...
@@ -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>
...
...
src/decoder/SndfileDecoderPlugin.cxx
View file @
3f267b17
...
...
@@ -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>
...
...
src/decoder/VorbisComments.cxx
View file @
3f267b17
...
...
@@ -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>
...
...
src/decoder/VorbisDecoderPlugin.cxx
View file @
3f267b17
...
...
@@ -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
...
...
src/decoder/WavpackDecoderPlugin.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/decoder/WildmidiDecoderPlugin.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/decoder/sidplay_decoder_plugin.cxx
View file @
3f267b17
...
...
@@ -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>
...
...
src/encoder/VorbisEncoderPlugin.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/input/CurlInputPlugin.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/input/DespotifyInputPlugin.cxx
View file @
3f267b17
...
...
@@ -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>
...
...
src/input/RewindInputPlugin.cxx
View file @
3f267b17
...
...
@@ -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>
...
...
src/playlist/AsxPlaylistPlugin.cxx
View file @
3f267b17
...
...
@@ -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>
...
...
src/playlist/CuePlaylistPlugin.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/playlist/DespotifyPlaylistPlugin.cxx
View file @
3f267b17
...
...
@@ -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"
{
...
...
src/playlist/EmbeddedCuePlaylistPlugin.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/playlist/ExtM3uPlaylistPlugin.cxx
View file @
3f267b17
...
...
@@ -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"
...
...
src/playlist/PlsPlaylistPlugin.cxx
View file @
3f267b17
...
...
@@ -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>
...
...
src/playlist/RssPlaylistPlugin.cxx
View file @
3f267b17
...
...
@@ -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>
...
...
src/playlist/SoundCloudPlaylistPlugin.cxx
View file @
3f267b17
...
...
@@ -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>
...
...
src/playlist/XspfPlaylistPlugin.cxx
View file @
3f267b17
...
...
@@ -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>
...
...
src/Tag.cxx
→
src/
tag/
Tag.cxx
View file @
3f267b17
File moved
src/Tag.hxx
→
src/
tag/
Tag.hxx
View file @
3f267b17
File moved
src/TagHandler.cxx
→
src/
tag/
TagHandler.cxx
View file @
3f267b17
File moved
src/TagHandler.hxx
→
src/
tag/
TagHandler.hxx
View file @
3f267b17
File moved
src/TagInternal.hxx
→
src/
tag/
TagInternal.hxx
View file @
3f267b17
File moved
src/TagNames.c
→
src/
tag/
TagNames.c
View file @
3f267b17
File moved
src/TagPool.cxx
→
src/
tag/
TagPool.cxx
View file @
3f267b17
File moved
src/TagPool.hxx
→
src/
tag/
TagPool.hxx
View file @
3f267b17
File moved
src/TagType.h
→
src/
tag/
TagType.h
View file @
3f267b17
File moved
test/DumpDatabase.cxx
View file @
3f267b17
...
...
@@ -26,7 +26,7 @@
#include "PlaylistVector.hxx"
#include "ConfigGlobal.hxx"
#include "ConfigData.hxx"
#include "Tag.hxx"
#include "
tag/
Tag.hxx"
#include "fs/Path.hxx"
#include "util/Error.hxx"
...
...
test/dump_rva2.cxx
View file @
3f267b17
...
...
@@ -18,11 +18,11 @@
*/
#include "config.h"
#include "tag/Tag.hxx"
#include "tag/TagId3.hxx"
#include "tag/TagRva2.hxx"
#include "replay_gain_info.h"
#include "ConfigGlobal.hxx"
#include "Tag.hxx"
#include "util/Error.hxx"
#include <id3tag.h>
...
...
test/read_tags.cxx
View file @
3f267b17
...
...
@@ -24,7 +24,7 @@
#include "InputInit.hxx"
#include "InputStream.hxx"
#include "AudioFormat.hxx"
#include "TagHandler.hxx"
#include "
tag/
TagHandler.hxx"
#include "tag/TagId3.hxx"
#include "tag/ApeTag.hxx"
#include "util/Error.hxx"
...
...
test/run_input.cxx
View file @
3f267b17
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "TagSave.hxx"
#include "stdbin.h"
#include "Tag.hxx"
#include "
tag/
Tag.hxx"
#include "ConfigGlobal.hxx"
#include "InputStream.hxx"
#include "InputInit.hxx"
...
...
test/test_vorbis_encoder.cxx
View file @
3f267b17
...
...
@@ -23,7 +23,7 @@
#include "AudioFormat.hxx"
#include "ConfigData.hxx"
#include "stdbin.h"
#include "Tag.hxx"
#include "
tag/
Tag.hxx"
#include "util/Error.hxx"
#include <stddef.h>
...
...
test/visit_archive.cxx
View file @
3f267b17
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "stdbin.h"
#include "Tag.hxx"
#include "
tag/
Tag.hxx"
#include "ConfigGlobal.hxx"
#include "IOThread.hxx"
#include "InputInit.hxx"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment