Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/imlib2

Dir     : e17/libs/imlib2/src/modules/loaders


Modified Files:
        Makefile.am 
Added Files:
        loader_id3.c 


Log Message:


1. id3 album cover loader patches
2. i reduced list note memory usage by 20% - shoudl work better with malloc
as ti is now a power of 2 as well
3. optimised evas internals to make use of event freezes to make e17'sw menu
popups a LOT snappier
4. fixed using last member of list nodes - bad - shoudl use api as this is
private stuff really
5. added config profile stuff to e17  u can literally maintain multiple
config profiles and choose which one at any time etc.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/imlib2/src/modules/loaders/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 13 Feb 2005 04:05:03 -0000      1.3
+++ Makefile.am 22 Jul 2005 10:28:11 -0000      1.4
@@ -27,6 +27,9 @@
 if BUILD_BZ2_LOADER
 BZ2_L                = bz2.la
 endif
+if BUILD_ID3_LOADER
+ID3_L                = id3.la
+endif
 
 pkg_LTLIBRARIES      = \
 $(JPEG_L) \
@@ -35,6 +38,7 @@
 $(GIF_L) \
 $(ZLIB_L) \
 $(BZ2_L) \
+$(ID3_L) \
 pnm.la \
 argb.la \
 bmp.la \
@@ -66,6 +70,10 @@
 bz2_la_LDFLAGS       = -module -avoid-version
 bz2_la_LIBADD        = @BZ2LIBS@ $(top_builddir)/src/lib/libImlib2.la
 
+id3_la_SOURCES       = loader_id3.c
+id3_la_LDFLAGS       = -module -avoid-version
+id3_la_LIBADD        = @ID3LIBS@ $(top_builddir)/src/lib/libImlib2.la
+
 pnm_la_SOURCES       = loader_pnm.c
 pnm_la_LDFLAGS       = -module -avoid-version
 pnm_la_LIBADD        = $(top_builddir)/src/lib/libImlib2.la




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to