From 2d8f36cefbbf8075cf111e3129b2ebba309cc1b3 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Sun, 10 Jun 2007 22:58:56 +0000 Subject: 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 --- src/audioOutput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/audioOutput.h') diff --git a/src/audioOutput.h b/src/audioOutput.h index 21a9a57ba..3f7ecd94d 100644 --- a/src/audioOutput.h +++ b/src/audioOutput.h @@ -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 -- cgit v1.2.3