changeset 1199:2cb9c6b5cf4d trunk

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author William Pitcock <nenolod@atheme-project.org>
date Sun, 01 Jul 2007 07:01:48 -0500
parents bde384804637 (current diff) 616928ec054d (diff)
children 0ae013f630fa a0928c1779bb
files
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/filewriter/mp3.c	Sun Jul 01 07:01:39 2007 -0500
+++ b/src/filewriter/mp3.c	Sun Jul 01 07:01:48 2007 -0500
@@ -22,6 +22,8 @@
 
 #include "plugins.h"
 
+#ifdef FILEWRITER_MP3
+
 #include <lame/lame.h>
 #define ENCBUFFER_SIZE 35000
 
@@ -1994,3 +1996,5 @@
 
     }
 }
+
+#endif