Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : libs/imlib2

Dir     : e17/libs/imlib2/src/lib


Modified Files:
        blend.c 


Log Message:
only declare do_mmx when it is needed
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/lib/blend.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- blend.c     20 Sep 2005 17:22:48 -0000      1.4
+++ blend.c     10 Feb 2006 00:01:05 -0000      1.5
@@ -1772,7 +1772,9 @@
         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;




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to