diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2007-06-10 22:58:56 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2007-06-10 22:58:56 +0000 |
commit | 2d8f36cefbbf8075cf111e3129b2ebba309cc1b3 (patch) | |
tree | 08b0c7bd9081161473d979d00b7f68e5b384d47a /src/audioOutput.h | |
parent | 4e5cffaa7bed4cb11a30b7477da60055903e19f0 (diff) | |
download | mpd-2d8f36cefbbf8075cf111e3129b2ebba309cc1b3.tar.gz mpd-2d8f36cefbbf8075cf111e3129b2ebba309cc1b3.tar.xz mpd-2d8f36cefbbf8075cf111e3129b2ebba309cc1b3.zip |
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
Diffstat (limited to '')
-rw-r--r-- | src/audioOutput.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |