diff options
Diffstat (limited to 'src/output/shout_plugin.h')
-rw-r--r-- | src/output/shout_plugin.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 |