Merge branch 'reorder-decoder-plugins' of https://github.com/fuck-shithub/MPD

This commit is contained in:
Max Kellermann 2023-05-15 21:03:35 +02:00
commit c69b9780df
1 changed files with 3 additions and 3 deletions

View File

@ -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