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
b4882040
Commit
b4882040
authored
Nov 21, 2016
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder/API: move DecoderBridge methods to Bridge.cxx
parent
322bfbaf
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
468 additions
and
468 deletions
+468
-468
Makefile.am
Makefile.am
+1
-1
Bridge.cxx
src/decoder/Bridge.cxx
+467
-0
DecoderAPI.cxx
src/decoder/DecoderAPI.cxx
+0
-467
No files found.
Makefile.am
View file @
b4882040
...
...
@@ -99,7 +99,6 @@ libmpd_a_SOURCES = \
src/decoder/DecoderThread.cxx src/decoder/DecoderThread.hxx
\
src/decoder/DecoderCommand.hxx
\
src/decoder/DecoderControl.cxx src/decoder/DecoderControl.hxx
\
src/decoder/DecoderAPI.cxx src/decoder/DecoderAPI.hxx
\
src/decoder/Client.hxx
\
src/decoder/DecoderPlugin.hxx
\
src/decoder/Bridge.cxx src/decoder/Bridge.hxx
\
...
...
@@ -934,6 +933,7 @@ endif
libdecoder_a_SOURCES
=
\
src/decoder/plugins/PcmDecoderPlugin.cxx
\
src/decoder/plugins/PcmDecoderPlugin.hxx
\
src/decoder/DecoderAPI.cxx src/decoder/DecoderAPI.hxx
\
src/decoder/Reader.cxx src/decoder/Reader.hxx
\
src/decoder/DecoderBuffer.cxx src/decoder/DecoderBuffer.hxx
\
src/decoder/DecoderPlugin.cxx
\
...
...
src/decoder/Bridge.cxx
View file @
b4882040
This diff is collapsed.
Click to expand it.
src/decoder/DecoderAPI.cxx
View file @
b4882040
This diff is collapsed.
Click to expand it.
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