Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/common


Modified Files:
        evas_convert_yuv.c 


Log Message:
build fixes from Spanky courtesy of some gentoo user I imagine, hopefully saving 
raster some time, if it's wrong, sorry
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_convert_yuv.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- evas_convert_yuv.c  21 Mar 2004 20:22:58 -0000      1.6
+++ evas_convert_yuv.c  27 Mar 2004 05:46:27 -0000      1.7
@@ -115,13 +115,14 @@
 void
 evas_common_convert_yuv_420p_601_rgba(DATA8 **src, DATA8 *dst, int w, int h)
 {
-#if defined BUILD_MMX || defined BUILD_SSE
    int mmx, sse, sse2;
+#if defined BUILD_MMX || defined BUILD_SSE
 
    evas_common_cpu_can_do(&mmx, &sse, &sse2);
 #endif   
 #ifndef BUILD_SSE
    sse = 0;
+   sse2 = 0;
 #endif
 #ifndef BUILD_MMX
    mmx = 0;




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to