--- a/include/SDL_config_macosx.h Mon Mar 06 18:42:30 2006 +0000 +++ b/include/SDL_config_macosx.h Mon Mar 06 19:20:38 2006 +0000 @@ -76,6 +76,8 @@ /* Enable assembly routines */ #define SDL_ASSEMBLY_ROUTINES 1 +#ifdef __ppc__ #define SDL_ALTIVEC_BLITTERS 1 +#endif #endif /* _SDL_config_macosx_h */