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/shout_plugin.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/output/shout_plugin.h') diff --git a/src/output/shout_plugin.h b/src/output/shout_plugin.h index 2cfe68f29..ae7d23b03 100644 --- a/src/output/shout_plugin.h +++ b/src/output/shout_plugin.h @@ -20,9 +20,6 @@ #define AUDIO_OUTPUT_SHOUT_H #include "../output_api.h" - -#ifdef HAVE_SHOUT - #include "../conf.h" #include "../timer.h" @@ -89,5 +86,3 @@ extern const struct shout_encoder_plugin shout_mp3_encoder; extern const struct shout_encoder_plugin shout_ogg_encoder; #endif - -#endif -- cgit v1.2.3