Fixed compiling AltiVec blitters

This commit is contained in:
Sam Lantinga 2011-02-27 22:22:58 -08:00
parent cde0d1bc03
commit e32b25be9e
3 changed files with 6 additions and 6 deletions

View file

@ -45,9 +45,7 @@
#ifdef __ALTIVEC__
#if HAVE_ALTIVEC_H && !defined(__APPLE_ALTIVEC__)
#include <altivec.h>
#undef vector
#undef pixel
#undef bool
#endif
#endif
#ifdef __MMX__