[PD-cvs] externals/unauthorized/mp3write~ mp3write~.c,1.4,1.5

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Apr 19 02:17:37 CEST 2005


Update of /cvsroot/pure-data/externals/unauthorized/mp3write~
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31401/mp3write~

Modified Files:
	mp3write~.c 
Log Message:
updated to build on a plain MacOSX setup

Index: mp3write~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/mp3write~/mp3write~.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** mp3write~.c	22 May 2004 14:04:17 -0000	1.4
--- mp3write~.c	19 Apr 2005 00:17:35 -0000	1.5
***************
*** 36,40 ****
  #include <fcntl.h>
  #include <sys/stat.h>
! #ifndef MACOSX
  #include <malloc.h>
  #endif
--- 36,40 ----
  #include <fcntl.h>
  #include <sys/stat.h>
! #ifndef __APPLE__
  #include <malloc.h>
  #endif





More information about the Pd-cvs mailing list