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_ogg.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/output/shout_ogg.c') diff --git a/src/output/shout_ogg.c b/src/output/shout_ogg.c index 248ffd1e8..441093e90 100644 --- a/src/output/shout_ogg.c +++ b/src/output/shout_ogg.c @@ -17,10 +17,8 @@ */ #include "shout_plugin.h" - -#ifdef HAVE_SHOUT_OGG - #include "../utils.h" + #include struct ogg_vorbis_data { @@ -302,5 +300,3 @@ const struct shout_encoder_plugin shout_ogg_encoder = { shout_ogg_encoder_init_encoder, shout_ogg_encoder_send_metadata, }; - -#endif -- cgit v1.2.3