Merge branch 'reorder-decoder-plugins' of https://github.com/fuck-shithub/MPD
This commit is contained in:
commit
c69b9780df
|
@ -96,11 +96,11 @@ constinit const struct DecoderPlugin *const decoder_plugins[] = {
|
|||
#ifdef ENABLE_ADPLUG
|
||||
&adplug_decoder_plugin,
|
||||
#endif
|
||||
#ifdef ENABLE_FFMPEG
|
||||
&ffmpeg_decoder_plugin,
|
||||
#endif
|
||||
#ifdef ENABLE_GME
|
||||
&gme_decoder_plugin,
|
||||
#endif
|
||||
#ifdef ENABLE_FFMPEG
|
||||
&ffmpeg_decoder_plugin,
|
||||
#endif
|
||||
&pcm_decoder_plugin,
|
||||
nullptr
|
||||
|
|
Loading…
Reference in New Issue