Magellan Linux

Annotation of /trunk/libsdl/patches/libsdl-1.2.11-no-inline-BlitRGBtoRGBPixelAlphaMMX3DNOW.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 448 byte(s)
-import

1 niro 144 http://bugs.gentoo.org/148186
2    
3     --- src/video/SDL_blit_A.c
4     +++ src/video/SDL_blit_A.c
5     @@ -1621,7 +1621,7 @@ BlitRGBtoRGBPixelAlpha(SDL_BlitInfo * in
6    
7     #if GCC_ASMBLIT
8     /* fast (as in MMX with prefetch) ARGB888->(A)RGB888 blending with pixel alpha */
9     -inline static void BlitRGBtoRGBPixelAlphaMMX3DNOW(SDL_BlitInfo *info)
10     +static void BlitRGBtoRGBPixelAlphaMMX3DNOW(SDL_BlitInfo *info)
11     {
12     int width = info->d_width;
13     int height = info->d_height;