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
7adbd008
Commit
7adbd008
authored
May 03, 2016
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder/{vorbis,flac,opus}: move OggCodec.cxx to libxiph.a
parent
1c91d191
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
4 deletions
+17
-4
Makefile.am
Makefile.am
+14
-1
FlacMetadata.cxx
src/decoder/plugins/FlacMetadata.cxx
+1
-1
OpusTags.cxx
src/decoder/plugins/OpusTags.cxx
+1
-1
VorbisComments.cxx
src/decoder/plugins/VorbisComments.cxx
+1
-1
XiphTags.cxx
src/lib/xiph/XiphTags.cxx
+0
-0
XiphTags.hxx
src/lib/xiph/XiphTags.hxx
+0
-0
No files found.
Makefile.am
View file @
7adbd008
...
@@ -578,6 +578,19 @@ libpcm_a_SOURCES += \
...
@@ -578,6 +578,19 @@ libpcm_a_SOURCES += \
src/pcm/SoxrResampler.cxx src/pcm/SoxrResampler.hxx
src/pcm/SoxrResampler.cxx src/pcm/SoxrResampler.hxx
endif
endif
# Xiph codec support library
if
HAVE_XIPH
noinst_LIBRARIES
+=
libxiph.a
libxiph_a_SOURCES
=
\
src/lib/xiph/XiphTags.cxx src/lib/xiph/XiphTags.hxx
XIPH_LIBS
=
libxiph.a
endif
# File system library
# File system library
FS_LIBS
=
libfs.a
FS_LIBS
=
libfs.a
...
@@ -925,6 +938,7 @@ libdecoder_a_CPPFLAGS = $(AM_CPPFLAGS) \
...
@@ -925,6 +938,7 @@ libdecoder_a_CPPFLAGS = $(AM_CPPFLAGS) \
DECODER_LIBS
=
\
DECODER_LIBS
=
\
libdecoder.a
\
libdecoder.a
\
$(XIPH_LIBS)
\
$(VORBIS_LIBS)
$(TREMOR_LIBS)
\
$(VORBIS_LIBS)
$(TREMOR_LIBS)
\
$(FLAC_LIBS)
\
$(FLAC_LIBS)
\
$(SNDFILE_LIBS)
\
$(SNDFILE_LIBS)
\
...
@@ -1005,7 +1019,6 @@ endif
...
@@ -1005,7 +1019,6 @@ endif
if
HAVE_XIPH
if
HAVE_XIPH
libdecoder_a_SOURCES
+=
\
libdecoder_a_SOURCES
+=
\
src/decoder/plugins/XiphTags.cxx src/decoder/plugins/XiphTags.hxx
\
src/decoder/plugins/OggCodec.cxx src/decoder/plugins/OggCodec.hxx
src/decoder/plugins/OggCodec.cxx src/decoder/plugins/OggCodec.hxx
endif
endif
...
...
src/decoder/plugins/FlacMetadata.cxx
View file @
7adbd008
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "config.h"
#include "FlacMetadata.hxx"
#include "FlacMetadata.hxx"
#include "XiphTags.hxx"
#include "
lib/xiph/
XiphTags.hxx"
#include "MixRampInfo.hxx"
#include "MixRampInfo.hxx"
#include "tag/TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "tag/TagTable.hxx"
#include "tag/TagTable.hxx"
...
...
src/decoder/plugins/OpusTags.cxx
View file @
7adbd008
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "config.h"
#include "OpusTags.hxx"
#include "OpusTags.hxx"
#include "OpusReader.hxx"
#include "OpusReader.hxx"
#include "XiphTags.hxx"
#include "
lib/xiph/
XiphTags.hxx"
#include "tag/TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "tag/Tag.hxx"
#include "tag/Tag.hxx"
#include "ReplayGainInfo.hxx"
#include "ReplayGainInfo.hxx"
...
...
src/decoder/plugins/VorbisComments.cxx
View file @
7adbd008
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "config.h"
#include "VorbisComments.hxx"
#include "VorbisComments.hxx"
#include "XiphTags.hxx"
#include "
lib/xiph/
XiphTags.hxx"
#include "tag/TagTable.hxx"
#include "tag/TagTable.hxx"
#include "tag/TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "tag/TagBuilder.hxx"
#include "tag/TagBuilder.hxx"
...
...
src/
decoder/plugins
/XiphTags.cxx
→
src/
lib/xiph
/XiphTags.cxx
View file @
7adbd008
File moved
src/
decoder/plugins
/XiphTags.hxx
→
src/
lib/xiph
/XiphTags.hxx
View file @
7adbd008
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