Commit 2d8f36ce authored by J. Alexander Treuman's avatar J. Alexander Treuman

Load the shout plugin last. This will make sure it's played to last,

reducing the likelyhood of it blocking other outputs. git-svn-id: https://svn.musicpd.org/mpd/trunk@6543 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 4e5cffaa
......@@ -99,8 +99,8 @@ void loadAudioDrivers(void)
loadAudioOutputPlugin(&osxPlugin);
loadAudioOutputPlugin(&pulsePlugin);
loadAudioOutputPlugin(&mvpPlugin);
loadAudioOutputPlugin(&shoutPlugin);
loadAudioOutputPlugin(&jackPlugin);
loadAudioOutputPlugin(&shoutPlugin);
}
/* make sure initPlayerData is called before this function!! */
......
......@@ -112,7 +112,7 @@ extern AudioOutputPlugin ossPlugin;
extern AudioOutputPlugin osxPlugin;
extern AudioOutputPlugin pulsePlugin;
extern AudioOutputPlugin mvpPlugin;
extern AudioOutputPlugin shoutPlugin;
extern AudioOutputPlugin jackPlugin;
extern AudioOutputPlugin shoutPlugin;
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment