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
c1e7be3b
Commit
c1e7be3b
authored
Oct 20, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder/sidplay: add header file
parent
17ecc56e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
3 deletions
+29
-3
Makefile.am
Makefile.am
+2
-1
DecoderList.cxx
src/DecoderList.cxx
+1
-2
SidplayDecoderPlugin.cxx
src/decoder/SidplayDecoderPlugin.cxx
+1
-0
SidplayDecoderPlugin.hxx
src/decoder/SidplayDecoderPlugin.hxx
+25
-0
No files found.
Makefile.am
View file @
c1e7be3b
...
@@ -618,7 +618,8 @@ endif
...
@@ -618,7 +618,8 @@ endif
if
ENABLE_SIDPLAY
if
ENABLE_SIDPLAY
libdecoder_plugins_a_SOURCES
+=
\
libdecoder_plugins_a_SOURCES
+=
\
src/decoder/SidplayDecoderPlugin.cxx
src/decoder/SidplayDecoderPlugin.cxx
\
src/decoder/SidplayDecoderPlugin.hxx
endif
endif
if
ENABLE_FLUIDSYNTH
if
ENABLE_FLUIDSYNTH
...
...
src/DecoderList.cxx
View file @
c1e7be3b
...
@@ -42,13 +42,12 @@
...
@@ -42,13 +42,12 @@
#include "decoder/ModplugDecoderPlugin.hxx"
#include "decoder/ModplugDecoderPlugin.hxx"
#include "decoder/MpcdecDecoderPlugin.hxx"
#include "decoder/MpcdecDecoderPlugin.hxx"
#include "decoder/FluidsynthDecoderPlugin.hxx"
#include "decoder/FluidsynthDecoderPlugin.hxx"
#include "decoder/SidplayDecoderPlugin.hxx"
#include "system/FatalError.hxx"
#include "system/FatalError.hxx"
#include "util/Macros.hxx"
#include "util/Macros.hxx"
#include <string.h>
#include <string.h>
extern
const
struct
decoder_plugin
sidplay_decoder_plugin
;
const
struct
decoder_plugin
*
const
decoder_plugins
[]
=
{
const
struct
decoder_plugin
*
const
decoder_plugins
[]
=
{
#ifdef HAVE_MAD
#ifdef HAVE_MAD
&
mad_decoder_plugin
,
&
mad_decoder_plugin
,
...
...
src/decoder/SidplayDecoderPlugin.cxx
View file @
c1e7be3b
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
*/
*/
#include "config.h"
#include "config.h"
#include "SidplayDecoderPlugin.hxx"
#include "../DecoderAPI.hxx"
#include "../DecoderAPI.hxx"
#include "tag/TagHandler.hxx"
#include "tag/TagHandler.hxx"
#include "util/Domain.hxx"
#include "util/Domain.hxx"
...
...
src/decoder/SidplayDecoderPlugin.hxx
0 → 100644
View file @
c1e7be3b
/*
* Copyright (C) 2003-2013 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef MPD_DECODER_SIDPLAY_HXX
#define MPD_DECODER_SIDPLAY_HXX
extern
const
struct
decoder_plugin
sidplay_decoder_plugin
;
#endif
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