Update of /cvsroot/pure-data/externals/unauthorized/mp3live~ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31401/mp3live~
Modified Files: mp3streamout~.c Log Message: updated to build on a plain MacOSX setup
Index: mp3streamout~.c =================================================================== RCS file: /cvsroot/pure-data/externals/unauthorized/mp3live~/mp3streamout~.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mp3streamout~.c 22 May 2004 14:04:17 -0000 1.4 --- mp3streamout~.c 19 Apr 2005 00:17:35 -0000 1.5 *************** *** 37,41 **** #include <fcntl.h> #include <sys/stat.h> ! #ifndef MACOSX #include <malloc.h> #endif --- 37,41 ---- #include <fcntl.h> #include <sys/stat.h> ! #ifndef __APPLE__ #include <malloc.h> #endif