Enlightenment CVS committal Author : raster Project : e17 Module : libs/epsilon
Dir : e17/libs/epsilon/src/bin Modified Files: Makefile.am epsilon_thumbd.c Log Message: doesnt need imlib2 anymore - uses evas directly for thumbnailing (and remove epeg - evas can do this too with load options). =================================================================== RCS file: /cvs/e/e17/libs/epsilon/src/bin/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- Makefile.am 11 Nov 2007 10:11:19 -0000 1.10 +++ Makefile.am 22 May 2008 03:36:25 -0000 1.11 @@ -4,7 +4,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/lib \ -I$(top_srcdir)/src/include \ [EMAIL PROTECTED]@ \ @EVAS_CFLAGS@ \ @ECORE_CFLAGS@ \ @EDJE_CFLAGS@ @@ -18,8 +17,7 @@ $(top_builddir)/src/lib/libepsilon.la \ @EDJE_LIBS@ \ @ECORE_LIBS@ \ [EMAIL PROTECTED]@ \ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ epsilon_DEPENDENCIES = $(top_builddir)/src/lib/libepsilon.la @@ -31,8 +29,7 @@ epsilon_thumbd_LDADD = \ $(top_builddir)/src/lib/libepsilon.la \ [EMAIL PROTECTED]@ \ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ epsilon_thumb_test_SOURCES = \ epsilon_thumb_test.c =================================================================== RCS file: /cvs/e/e17/libs/epsilon/src/bin/epsilon_thumbd.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- epsilon_thumbd.c 23 Oct 2007 22:04:53 -0000 1.10 +++ epsilon_thumbd.c 22 May 2008 03:36:25 -0000 1.11 @@ -127,7 +127,7 @@ * Setup the IPC server to handle completed notifications */ thumbd_server = ecore_ipc_server_add(ECORE_IPC_LOCAL_USER, EPSILOND_SOCK, 0, NULL); - ecore_ipc_server_client_limit_set(thumbd_server, 50, 0); + if (thumb_server) ecore_ipc_server_client_limit_set(thumbd_server, 50, 0); /* * Prepare the handlers for worker IPC events @@ -774,7 +774,7 @@ * Setup the IPC server to handle requests */ thumb_server = ecore_ipc_server_add(ECORE_IPC_LOCAL_USER, EPSILON_SOCK, 0, NULL); - ecore_ipc_server_client_limit_set(thumb_server, 50, 0); + if (thumb_server) ecore_ipc_server_client_limit_set(thumb_server, 50, 0); free(buf); ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs