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