diff options
Diffstat (limited to '')
-rw-r--r-- | src/audioOutputs/audioOutput_shout.c | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/audioOutputs/audioOutput_shout.c b/src/audioOutputs/audioOutput_shout.c index 0196f3264..b1586f6be 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 |