[PD-cvs] externals/grill/xsample/source main.h,1.35,1.36

Thomas Grill xovo at users.sourceforge.net
Sun Jul 31 00:08:56 CEST 2005


Update of /cvsroot/pure-data/externals/grill/xsample/source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25270/source

Modified Files:
	main.h 
Log Message:
fix for OSX 10.4.1 (thanks to Jamie)
update for new flext callback naming


Index: main.h
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/xsample/source/main.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** main.h	13 Mar 2005 04:58:29 -0000	1.35
--- main.h	30 Jul 2005 22:08:53 -0000	1.36
***************
*** 67,70 ****
--- 67,73 ----
  	#include <vecLib/vectorOps.h>
  #endif
+     // this is for the UInt32 prototype (thanks to Jamie)
+     // \TODO we'd rather not use Carbon but some other framework
+     #include <Carbon/Carbon.h>
  
  	// Initialize a prefetch constant for use with vec_dst(), vec_dstt(), vec_dstst or vec_dststt





More information about the Pd-cvs mailing list