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
0b36e7d9
Commit
0b36e7d9
authored
Apr 04, 2009
by
Avuton Olrich
Committed by
Max Kellermann
Apr 06, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder: prefer wildmidi over fluidsynth
parent
1acfd242
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
decoder_list.c
src/decoder_list.c
+4
-4
No files found.
src/decoder_list.c
View file @
0b36e7d9
...
...
@@ -39,8 +39,8 @@ extern const struct decoder_plugin wavpack_decoder_plugin;
extern
const
struct
decoder_plugin
modplug_decoder_plugin
;
extern
const
struct
decoder_plugin
mikmod_decoder_plugin
;
extern
const
struct
decoder_plugin
sidplay_decoder_plugin
;
extern
const
struct
decoder_plugin
fluidsynth_decoder_plugin
;
extern
const
struct
decoder_plugin
wildmidi_decoder_plugin
;
extern
const
struct
decoder_plugin
fluidsynth_decoder_plugin
;
extern
const
struct
decoder_plugin
ffmpeg_decoder_plugin
;
static
const
struct
decoder_plugin
*
const
decoder_plugins
[]
=
{
...
...
@@ -80,12 +80,12 @@ static const struct decoder_plugin *const decoder_plugins[] = {
#ifdef ENABLE_SIDPLAY
&
sidplay_decoder_plugin
,
#endif
#ifdef ENABLE_FLUIDSYNTH
&
fluidsynth_decoder_plugin
,
#endif
#ifdef ENABLE_WILDMIDI
&
wildmidi_decoder_plugin
,
#endif
#ifdef ENABLE_FLUIDSYNTH
&
fluidsynth_decoder_plugin
,
#endif
#ifdef HAVE_FFMPEG
&
ffmpeg_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