diff options
Diffstat (limited to 'src/output/shout_mp3.c')
-rw-r--r-- | src/output/shout_mp3.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/output/shout_mp3.c b/src/output/shout_mp3.c index e57b0c385..804d3af12 100644 --- a/src/output/shout_mp3.c +++ b/src/output/shout_mp3.c @@ -17,10 +17,8 @@ */ #include "shout_plugin.h" - -#ifdef HAVE_SHOUT_MP3 - #include "../utils.h" + #include <lame/lame.h> struct lame_data { @@ -184,5 +182,3 @@ const struct shout_encoder_plugin shout_mp3_encoder = { shout_mp3_encoder_init_encoder, shout_mp3_encoder_send_metadata, }; - -#endif |