Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/common/evas_op_blend Modified Files: op_blend_pixel_i386.c Log Message: gl engine fixes patch from jose, and fix non mmx/sse system build =================================================================== RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_op_blend/op_blend_pixel_i386.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- op_blend_pixel_i386.c 2 May 2006 07:28:47 -0000 1.1 +++ op_blend_pixel_i386.c 4 May 2006 11:52:46 -0000 1.2 @@ -219,7 +219,7 @@ /* blend_rel pixel -> dst */ -#ifdef BUILD_C +#ifdef BUILD_MMX #define _op_blend_rel_p_dp_mmx _op_blend_p_dpan_mmx #define _op_blend_rel_pas_dp_mmx _op_blend_pas_dpan_mmx #define _op_blend_rel_pan_dp_mmx _op_blend_pan_dpan_mmx @@ -249,7 +249,7 @@ } #endif -#ifdef BUILD_C +#ifdef BUILD_MMX #define _op_blend_rel_pt_p_dp_mmx _op_blend_pt_p_dpan_mmx #define _op_blend_rel_pt_pas_dp_mmx _op_blend_pt_pas_dpan_mmx #define _op_blend_rel_pt_pan_dp_mmx _op_blend_pt_pan_dpan_mmx ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs