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
94b2ee62
Commit
94b2ee62
authored
Jan 03, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder_print: convert to C++
parent
e30a2dd2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
8 deletions
+10
-8
Makefile.am
Makefile.am
+1
-2
DecoderPrint.cxx
src/DecoderPrint.cxx
+5
-2
DecoderPrint.hxx
src/DecoderPrint.hxx
+3
-3
OtherCommands.cxx
src/OtherCommands.cxx
+1
-1
No files found.
Makefile.am
View file @
94b2ee62
...
...
@@ -86,7 +86,6 @@ mpd_headers = \
src/glib_compat.h
\
src/gcc.h
\
src/decoder_list.h
\
src/decoder_print.h
\
src/decoder/pcm_decoder_plugin.h
\
src/input_init.h
\
src/input_plugin.h
\
...
...
@@ -214,7 +213,7 @@ src_mpd_SOURCES = \
src/decoder_control.c
\
src/decoder_api.c
\
src/decoder_internal.c
\
src/
decoder_print.c
\
src/
DecoderPrint.cxx src/DecoderPrint.hxx
\
src/Directory.cxx src/Directory.hxx
\
src/DirectorySave.cxx src/DirectorySave.hxx
\
src/DatabaseSimple.hxx
\
...
...
src/
decoder_print.c
→
src/
DecoderPrint.cxx
View file @
94b2ee62
/*
* Copyright (C) 2003-201
1
The Music Player Daemon Project
* Copyright (C) 2003-201
3
The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -18,10 +18,13 @@
*/
#include "config.h"
#include "
decoder_print.h
"
#include "
DecoderPrint.hxx
"
#include "decoder_list.h"
#include "decoder_plugin.h"
extern
"C"
{
#include "client.h"
}
#include <assert.h>
...
...
src/
decoder_print.h
→
src/
DecoderPrint.hxx
View file @
94b2ee62
/*
* Copyright (C) 2003-201
1
The Music Player Daemon Project
* Copyright (C) 2003-201
3
The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef MPD_DECODER_PRINT_H
#define MPD_DECODER_PRINT_H
#ifndef MPD_DECODER_PRINT_H
XX
#define MPD_DECODER_PRINT_H
XX
struct
client
;
...
...
src/OtherCommands.cxx
View file @
94b2ee62
...
...
@@ -28,13 +28,13 @@
#include "TagPrint.hxx"
#include "TimePrint.hxx"
#include "Mapper.hxx"
#include "DecoderPrint.hxx"
extern
"C"
{
#include "protocol/argparser.h"
#include "protocol/result.h"
#include "ls.h"
#include "uri.h"
#include "decoder_print.h"
#include "volume.h"
#include "stats.h"
}
...
...
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