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
b1535917
Commit
b1535917
authored
Jul 07, 2018
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder/flac: move FlacIOHandle.?xx to lib/xiph/
parent
ee565333
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile.am
Makefile.am
+1
-1
FlacMetadata.hxx
src/decoder/plugins/FlacMetadata.hxx
+1
-1
FlacIOHandle.cxx
src/lib/xiph/FlacIOHandle.cxx
+0
-0
FlacIOHandle.hxx
src/lib/xiph/FlacIOHandle.hxx
+0
-0
No files found.
Makefile.am
View file @
b1535917
...
...
@@ -1199,8 +1199,8 @@ endif
if
ENABLE_FLAC
libdecoder_a_SOURCES
+=
\
src/lib/xiph/FlacMetadataIterator.hxx
\
src/lib/xiph/FlacIOHandle.cxx src/lib/xiph/FlacIOHandle.hxx
\
src/decoder/plugins/FlacInput.cxx src/decoder/plugins/FlacInput.hxx
\
src/decoder/plugins/FlacIOHandle.cxx src/decoder/plugins/FlacIOHandle.hxx
\
src/decoder/plugins/FlacMetadata.cxx src/decoder/plugins/FlacMetadata.hxx
\
src/decoder/plugins/FlacPcm.cxx src/decoder/plugins/FlacPcm.hxx
\
src/decoder/plugins/FlacDomain.cxx src/decoder/plugins/FlacDomain.hxx
\
...
...
src/decoder/plugins/FlacMetadata.hxx
View file @
b1535917
...
...
@@ -21,7 +21,7 @@
#define MPD_FLAC_METADATA_H
#include "Compiler.h"
#include "FlacIOHandle.hxx"
#include "
lib/xiph/
FlacIOHandle.hxx"
#include <FLAC/metadata.h>
...
...
src/
decoder/plugins
/FlacIOHandle.cxx
→
src/
lib/xiph
/FlacIOHandle.cxx
View file @
b1535917
File moved
src/
decoder/plugins
/FlacIOHandle.hxx
→
src/
lib/xiph
/FlacIOHandle.hxx
View file @
b1535917
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