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
01d8eb62
Commit
01d8eb62
authored
Jun 22, 2018
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
input/rewind: move sources out of the "plugins" directory
This is not a plugin.
parent
197968d6
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
Makefile.am
Makefile.am
+1
-1
Open.cxx
src/input/Open.cxx
+1
-1
RewindInputStream.cxx
src/input/RewindInputStream.cxx
+2
-2
RewindInputStream.hxx
src/input/RewindInputStream.hxx
+3
-3
test_rewind.cxx
test/test_rewind.cxx
+1
-1
No files found.
Makefile.am
View file @
01d8eb62
...
...
@@ -1389,7 +1389,7 @@ libinput_a_SOURCES = \
src/input/ThreadInputStream.cxx src/input/ThreadInputStream.hxx
\
src/input/AsyncInputStream.cxx src/input/AsyncInputStream.hxx
\
src/input/ProxyInputStream.cxx src/input/ProxyInputStream.hxx
\
src/input/
plugins/RewindInputPlugin.cxx src/input/plugins/RewindInputPlugin
.hxx
\
src/input/
RewindInputStream.cxx src/input/RewindInputStream
.hxx
\
src/input/plugins/FileInputPlugin.cxx src/input/plugins/FileInputPlugin.hxx
libinput_a_CPPFLAGS
=
$(AM_CPPFLAGS)
\
...
...
src/input/Open.cxx
View file @
01d8eb62
...
...
@@ -22,7 +22,7 @@
#include "Registry.hxx"
#include "InputPlugin.hxx"
#include "LocalOpen.hxx"
#include "
plugins/RewindInputPlugin
.hxx"
#include "
RewindInputStream
.hxx"
#include "fs/Traits.hxx"
#include "fs/AllocatedPath.hxx"
...
...
src/input/
plugins/RewindInputPlugin
.cxx
→
src/input/
RewindInputStream
.cxx
View file @
01d8eb62
...
...
@@ -18,8 +18,8 @@
*/
#include "config.h"
#include "RewindInput
Plugin
.hxx"
#include "
../
ProxyInputStream.hxx"
#include "RewindInput
Stream
.hxx"
#include "ProxyInputStream.hxx"
#include <assert.h>
#include <string.h>
...
...
src/input/
plugins/RewindInputPlugin
.hxx
→
src/input/
RewindInputStream
.hxx
View file @
01d8eb62
...
...
@@ -24,11 +24,11 @@
* each decoder plugin peek a portion from the stream).
*/
#ifndef MPD_
INPUT_REWIND
_HXX
#define MPD_
INPUT_REWIND
_HXX
#ifndef MPD_
REWIND_INPUT_STREAM
_HXX
#define MPD_
REWIND_INPUT_STREAM
_HXX
#include "check.h"
#include "
input/
Ptr.hxx"
#include "Ptr.hxx"
InputStreamPtr
input_rewind_open
(
InputStreamPtr
is
);
...
...
test/test_rewind.cxx
View file @
01d8eb62
...
...
@@ -3,7 +3,7 @@
*/
#include "config.h"
#include "input/
plugins/RewindInputPlugin
.hxx"
#include "input/
RewindInputStream
.hxx"
#include "input/InputStream.hxx"
#include "thread/Mutex.hxx"
#include "thread/Cond.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