From 0800c6f4ca36012b65e3cde825663adc1eafeae2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 26 Oct 2008 21:58:37 +0100 Subject: output: don't compile plugins which are disabled Don't compile the sources of disabled output plugins at all. --- src/output/pulse_plugin.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/output/pulse_plugin.c') diff --git a/src/output/pulse_plugin.c b/src/output/pulse_plugin.c index b1ce3d049..ff3c2f126 100644 --- a/src/output/pulse_plugin.c +++ b/src/output/pulse_plugin.c @@ -17,9 +17,6 @@ */ #include "../output_api.h" - -#ifdef HAVE_PULSE - #include "../utils.h" #include "../log.h" @@ -211,8 +208,3 @@ const struct audio_output_plugin pulsePlugin = { .cancel = pulse_dropBufferedAudio, .close = pulse_closeDevice, }; - -#else /* HAVE_PULSE */ - -DISABLED_AUDIO_OUTPUT_PLUGIN(pulsePlugin) -#endif /* HAVE_PULSE */ -- cgit v1.2.3