aboutsummaryrefslogtreecommitdiff
path: root/src/audioOutputs/audioOutput_shout.c
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2006-07-14 17:39:14 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2006-07-14 17:39:14 +0000
commitba9a2c349f1bb079c790e00203464a742920d503 (patch)
tree20daead4f0126a5c76b5d62ef6309811c822af93 /src/audioOutputs/audioOutput_shout.c
parent26447de0ce7130d798ea5742b90c002a62de01e7 (diff)
Use a macro to declare disabled audio output plugins
git-svn-id: https://svn.musicpd.org/mpd/trunk@4321 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/audioOutputs/audioOutput_shout.c')
-rw-r--r--src/audioOutputs/audioOutput_shout.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/audioOutputs/audioOutput_shout.c b/src/audioOutputs/audioOutput_shout.c
index 0196f326..b1586f6b 100644
--- a/src/audioOutputs/audioOutput_shout.c
+++ b/src/audioOutputs/audioOutput_shout.c
@@ -604,22 +604,11 @@ AudioOutputPlugin shoutPlugin =
myShout_play,
myShout_dropBufferedAudio,
myShout_closeDevice,
- myShout_setTag
+ myShout_setTag,
};
#else
-AudioOutputPlugin shoutPlugin =
-{
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL
-};
+DISABLED_AUDIO_OUTPUT_PLUGIN(shoutPlugin)
#endif