--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402594
This commit is contained in:
Sam Lantinga 2007-08-12 16:26:10 +00:00
parent 83bd10d135
commit 1d36dcc958
2 changed files with 2 additions and 2 deletions

View file

@ -2837,7 +2837,7 @@ SDL_CalculateAlphaBlit(SDL_Surface * surface, int blit_index)
return BlitNto1SurfaceAlphaKey; return BlitNto1SurfaceAlphaKey;
else else
#if SDL_ALTIVEC_BLITTERS #if SDL_ALTIVEC_BLITTERS
if (sf->BytesPerPixel == 4 && df->BytesPerPixel == 4 && if (sf->BytesPerPixel == 4 && df->BytesPerPixel == 4 &&
SDL_HasAltiVec()) SDL_HasAltiVec())
return Blit32to32SurfaceAlphaKeyAltivec; return Blit32to32SurfaceAlphaKeyAltivec;
else else

View file

@ -300,7 +300,7 @@ main(int argc, char *argv[])
((double) frames * 1000) / (now - then)); ((double) frames * 1000) / (now - then));
} }
quit(0); quit(0);
return 0; return 0;
} }
#else /* HAVE_OPENGL */ #else /* HAVE_OPENGL */