diff --git a/src/video/SDL_blit_A.c b/src/video/SDL_blit_A.c index 71109a27a..923b1624a 100644 --- a/src/video/SDL_blit_A.c +++ b/src/video/SDL_blit_A.c @@ -1556,7 +1556,7 @@ static void BlitRGBtoRGBPixelAlpha(SDL_BlitInfo *info) #if GCC_ASMBLIT /* fast (as in MMX with prefetch) ARGB888->(A)RGB888 blending with pixel alpha */ -inline static void BlitRGBtoRGBPixelAlphaMMX3DNOW(SDL_BlitInfo *info) +static void BlitRGBtoRGBPixelAlphaMMX3DNOW(SDL_BlitInfo *info) { int width = info->d_width; int height = info->d_height;