Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Patched to compile on PowerPC Mac OS X.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 12, 2012
1 parent 7f70994 commit 1b16263
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/video/cocoa/SDL_cocoavideo.m
Expand Up @@ -22,6 +22,12 @@

#if SDL_VIDEO_DRIVER_COCOA

#if defined(__APPLE__) && defined(__POWERPC__)
#include <altivec.h>
#undef bool
#undef vector
#endif

#include "SDL.h"
#include "SDL_endian.h"
#include "SDL_cocoavideo.h"
Expand Down

0 comments on commit 1b16263

Please sign in to comment.