diff options
Diffstat (limited to '')
-rw-r--r-- | src/audioOutputs/audioOutput_ao.c | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/audioOutputs/audioOutput_ao.c b/src/audioOutputs/audioOutput_ao.c index d198a8e1b..1df7a5f3e 100644 --- a/src/audioOutputs/audioOutput_ao.c +++ b/src/audioOutputs/audioOutput_ao.c @@ -244,24 +244,13 @@ AudioOutputPlugin aoPlugin = audioOutputAo_play, audioOutputAo_dropBufferedAudio, audioOutputAo_closeDevice, - NULL /* sendMetadataFunc */ + NULL, /* sendMetadataFunc */ }; #else #include <stdio.h> -AudioOutputPlugin aoPlugin = -{ - NULL, - NULL, - NULL, - NULL, - NULL, - NULL, - NULL, - NULL, - NULL -}; +DISABLED_AUDIO_OUTPUT_PLUGIN(aoPlugin) #endif |