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
c4d69f0a
Commit
c4d69f0a
authored
Feb 17, 2009
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed decoder plugin "mpc" to "mpcdec"
This plugin is based on "libmpcdec".
parent
70523657
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile.am
src/Makefile.am
+1
-1
mpcdec_plugin.c
src/decoder/mpcdec_plugin.c
+1
-1
decoder_list.c
src/decoder_list.c
+2
-2
No files found.
src/Makefile.am
View file @
c4d69f0a
...
...
@@ -271,7 +271,7 @@ mpd_SOURCES += decoder/mad_plugin.c
endif
if
HAVE_MPCDEC
mpd_SOURCES
+=
decoder/mpc_plugin.c
mpd_SOURCES
+=
decoder/mpc
dec
_plugin.c
endif
if
HAVE_WAVPACK
...
...
src/decoder/mpc_plugin.c
→
src/decoder/mpc
dec
_plugin.c
View file @
c4d69f0a
...
...
@@ -265,7 +265,7 @@ static struct tag *mpcTagDup(const char *file)
static
const
char
*
const
mpcSuffixes
[]
=
{
"mpc"
,
NULL
};
const
struct
decoder_plugin
mpc
P
lugin
=
{
const
struct
decoder_plugin
mpc
dec_decoder_p
lugin
=
{
.
name
=
"mpc"
,
.
stream_decode
=
mpc_decode
,
.
tag_dup
=
mpcTagDup
,
...
...
src/decoder_list.c
View file @
c4d69f0a
...
...
@@ -33,7 +33,7 @@ extern const struct decoder_plugin oggflac_decoder_plugin;
extern
const
struct
decoder_plugin
audiofilePlugin
;
extern
const
struct
decoder_plugin
mp4ff_decoder_plugin
;
extern
const
struct
decoder_plugin
faad_decoder_plugin
;
extern
const
struct
decoder_plugin
mpc
P
lugin
;
extern
const
struct
decoder_plugin
mpc
dec_decoder_p
lugin
;
extern
const
struct
decoder_plugin
wavpack_plugin
;
extern
const
struct
decoder_plugin
modplug_plugin
;
extern
const
struct
decoder_plugin
mikmod_decoder_plugin
;
...
...
@@ -65,7 +65,7 @@ static const struct decoder_plugin *const decoder_plugins[] = {
&
mp4ff_decoder_plugin
,
#endif
#ifdef HAVE_MPCDEC
&
mpc
P
lugin
,
&
mpc
dec_decoder_p
lugin
,
#endif
#ifdef HAVE_WAVPACK
&
wavpack_plugin
,
...
...
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