Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/modules/engines/software_sdl


Modified Files:
        Makefile.am evas_engine.c 


Log Message:
fix the build. Create the shared lib on Windows(tm)

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/modules/engines/software_sdl/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 17 Jul 2007 04:34:20 -0000      1.2
+++ Makefile.am 17 Jul 2007 07:47:04 -0000      1.3
@@ -15,7 +15,7 @@
 evas_engine.h
 
 module_la_LIBADD = @sdl_libs@ $(top_builddir)/src/lib/libevas.la
-module_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/src/lib 
-L$(top_builddir)/src/lib/.libs
+module_la_LDFLAGS = @create_shared_lib@ -module -avoid-version 
-L$(top_builddir)/src/lib -L$(top_builddir)/src/lib/.libs
 module_la_DEPENDENCIES = $(top_builddir)/config.h
 
 include_HEADERS = Evas_Engine_SDL.h
===================================================================
RCS file: /cvs/e/e17/libs/evas/src/modules/engines/software_sdl/evas_engine.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evas_engine.c       17 Jul 2007 04:34:20 -0000      1.1
+++ evas_engine.c       17 Jul 2007 07:47:04 -0000      1.2
@@ -354,7 +354,7 @@
    if (!eim) return;
    if (eim->src->cs.space == cspace) return;
 
-   evas_cache_engine_colorspace(eim, cspace, NULL);
+   evas_cache_image_colorspace(eim, cspace);
 }
 
 static void*



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to