Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/common Modified Files: evas_image_load.c Log Message: temporary fix. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_image_load.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -3 -r1.25 -r1.26 --- evas_image_load.c 14 Jan 2006 19:58:55 -0000 1.25 +++ evas_image_load.c 15 Jan 2006 04:49:46 -0000 1.26 @@ -46,7 +46,9 @@ loader = "jpeg"; #endif #ifdef BUILD_LOADER_EET - if (!strcasecmp(p, "eet")) + if ((!strcasecmp(p, "eet")) || + (!strcasecmp(p, "edj")) || + (!strcasecmp(p, "eap"))) loader = "eet"; #endif #ifdef BUILD_LOADER_EDB @@ -54,7 +56,9 @@ loader = "edb"; #endif } - + /* FIXME: - if no oloader can be guessed - we have to start hunting for + * one that might work + */ if (!loader) return NULL; ------------------------------------------------------- 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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs