only declare do_mmx when it is needed

SVN revision: 20372
This commit is contained in:
Mike Frysinger 2006-02-10 00:01:05 +00:00
parent 8c6ebda014
commit 2d22b66a4f
1 changed files with 2 additions and 0 deletions

View File

@ -1772,7 +1772,9 @@ __imlib_BlendImageToImage(ImlibImage * im_src, ImlibImage * im_dst,
int sx, sy, sw, sh, dx, dy, dw, dh, dxx, dyy, y2, x2;
int psx, psy, psw, psh;
int y, h, hh;
#ifdef DO_MMX_ASM
int do_mmx;
#endif
sx = ssx;
sy = ssy;