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
867b82b6
Commit
867b82b6
authored
Sep 04, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tag*: move TagTable.hxx to libtag.a
parent
5101ef4b
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
5 deletions
+5
-5
Makefile.am
Makefile.am
+1
-1
FfmpegMetaData.cxx
src/decoder/FfmpegMetaData.cxx
+1
-1
FlacMetadata.cxx
src/decoder/FlacMetadata.cxx
+1
-1
VorbisComments.cxx
src/decoder/VorbisComments.cxx
+1
-1
XiphTags.hxx
src/decoder/XiphTags.hxx
+1
-1
TagTable.hxx
src/tag/TagTable.hxx
+0
-0
No files found.
Makefile.am
View file @
867b82b6
...
@@ -206,7 +206,6 @@ src_mpd_SOURCES = \
...
@@ -206,7 +206,6 @@ src_mpd_SOURCES = \
src/TagType.h
\
src/TagType.h
\
src/Tag.cxx src/Tag.hxx
\
src/Tag.cxx src/Tag.hxx
\
src/TagInternal.hxx
\
src/TagInternal.hxx
\
src/TagTable.hxx
\
src/TagNames.c
\
src/TagNames.c
\
src/TagPool.cxx src/TagPool.hxx
\
src/TagPool.cxx src/TagPool.hxx
\
src/TagPrint.cxx src/TagPrint.hxx
\
src/TagPrint.cxx src/TagPrint.hxx
\
...
@@ -430,6 +429,7 @@ TAG_LIBS = \
...
@@ -430,6 +429,7 @@ TAG_LIBS = \
$(ID3TAG_LIBS)
$(ID3TAG_LIBS)
libtag_a_SOURCES
=
\
libtag_a_SOURCES
=
\
src/TagTable.hxx
\
src/tag/ApeLoader.cxx src/tag/ApeLoader.hxx
\
src/tag/ApeLoader.cxx src/tag/ApeLoader.hxx
\
src/tag/ApeReplayGain.cxx src/tag/ApeReplayGain.hxx
\
src/tag/ApeReplayGain.cxx src/tag/ApeReplayGain.hxx
\
src/tag/ApeTag.cxx src/tag/ApeTag.hxx
src/tag/ApeTag.cxx src/tag/ApeTag.hxx
...
...
src/decoder/FfmpegMetaData.cxx
View file @
867b82b6
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#include "config.h"
#include "config.h"
#include "FfmpegMetaData.hxx"
#include "FfmpegMetaData.hxx"
#include "TagTable.hxx"
#include "
tag/
TagTable.hxx"
#include "TagHandler.hxx"
#include "TagHandler.hxx"
#undef G_LOG_DOMAIN
#undef G_LOG_DOMAIN
...
...
src/decoder/FlacMetadata.cxx
View file @
867b82b6
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#include "XiphTags.hxx"
#include "XiphTags.hxx"
#include "Tag.hxx"
#include "Tag.hxx"
#include "TagHandler.hxx"
#include "TagHandler.hxx"
#include "TagTable.hxx"
#include "
tag/
TagTable.hxx"
#include "replay_gain_info.h"
#include "replay_gain_info.h"
#include <glib.h>
#include <glib.h>
...
...
src/decoder/VorbisComments.cxx
View file @
867b82b6
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include "VorbisComments.hxx"
#include "VorbisComments.hxx"
#include "XiphTags.hxx"
#include "XiphTags.hxx"
#include "Tag.hxx"
#include "Tag.hxx"
#include "TagTable.hxx"
#include "
tag/
TagTable.hxx"
#include "TagHandler.hxx"
#include "TagHandler.hxx"
#include "replay_gain_info.h"
#include "replay_gain_info.h"
...
...
src/decoder/XiphTags.hxx
View file @
867b82b6
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#define MPD_XIPH_TAGS_HXX
#define MPD_XIPH_TAGS_HXX
#include "check.h"
#include "check.h"
#include "TagTable.hxx"
#include "
tag/
TagTable.hxx"
extern
const
struct
tag_table
xiph_tags
[];
extern
const
struct
tag_table
xiph_tags
[];
...
...
src/TagTable.hxx
→
src/
tag/
TagTable.hxx
View file @
867b82b6
File moved
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