Revision: 9549 http://pure-data.svn.sourceforge.net/pure-data/?rev=9549&view=rev Author: eighthave Date: 2008-03-08 12:40:17 -0800 (Sat, 08 Mar 2008)
Log Message: ----------- added missing altivec.h header when compiling for altivec
Modified Paths: -------------- trunk/externals/bsaylor/partconv~.c
Modified: trunk/externals/bsaylor/partconv~.c =================================================================== --- trunk/externals/bsaylor/partconv~.c 2008-03-08 00:39:10 UTC (rev 9548) +++ trunk/externals/bsaylor/partconv~.c 2008-03-08 20:40:17 UTC (rev 9549) @@ -34,6 +34,10 @@ #include <fftw3.h> #include "m_pd.h"
+#ifdef __VEC__ +#include <altivec.h> +#endif + #define MAXPARTS 256 // max number of partitions
#ifdef USE_SSE
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.