aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_shout_mp3.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-09 15:18:21 +0200
committerMax Kellermann <max@duempel.org>2008-10-09 15:18:21 +0200
commit5583b6c5e1c09fdb408ee425f0bf7f030d51452e (patch)
tree59bc6b14ec38c3bb8f76f5f44e058d0c1352fe3b /src/audioOutputs/audioOutput_shout_mp3.c
parent671b455133546abbff3f5e4ceb2d43359a912a5e (diff)
downloadmpd-5583b6c5e1c09fdb408ee425f0bf7f030d51452e.tar.gz
mpd-5583b6c5e1c09fdb408ee425f0bf7f030d51452e.tar.xz
mpd-5583b6c5e1c09fdb408ee425f0bf7f030d51452e.zip
shout: removed DISABLED_SHOUT_ENCODER_PLUGIN
Having an array with disabled entries sucks. Removed that DISABLED_SHOUT_ENCODER_PLUGIN macro, and fill the plugin list only with plugins which are actually enabled. This should be done for all plugin types.
Diffstat (limited to 'src/audioOutputs/audioOutput_shout_mp3.c')
-rw-r--r--src/audioOutputs/audioOutput_shout_mp3.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/audioOutputs/audioOutput_shout_mp3.c b/src/audioOutputs/audioOutput_shout_mp3.c
index d1fe87884..c54632b15 100644
--- a/src/audioOutputs/audioOutput_shout_mp3.c
+++ b/src/audioOutputs/audioOutput_shout_mp3.c
@@ -186,8 +186,4 @@ const struct shout_encoder_plugin shout_mp3_encoder = {
shout_mp3_encoder_send_metadata,
};
-#else
-
-DISABLED_SHOUT_ENCODER_PLUGIN(shout_mp3_encoder);
-
#endif