Fix build problems under OS X

This commit is contained in:
Six 2005-10-11 01:52:29 +00:00
parent 3857ce21c4
commit ecd73786d5
5 changed files with 5 additions and 156 deletions

View file

@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
// tr_shade_calc.c
#include "tr_local.h"
#if idppc_altivec
#if idppc_altivec && !defined(MACOS_X)
#include <altivec.h>
#endif