# HG changeset patch # User William Pitcock # Date 1183291308 18000 # Node ID 2cb9c6b5cf4d516ef442bf2f8e06c9e4db0a5db9 # Parent bde384804637bf5d205df371c98b8fc7dd4a4b59# Parent 616928ec054df88117926ffd91c9d04986689bb7 Automated merge with ssh://hg.atheme.org//hg/audacious-plugins diff -r bde384804637 -r 2cb9c6b5cf4d src/filewriter/mp3.c --- 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 #define ENCBUFFER_SIZE 35000 @@ -1994,3 +1996,5 @@ } } + +#endif