Enlightenment CVS committal
Author : pfritz
Project : e17
Module : libs/evas
Dir : e17/libs/evas
Modified Files:
configure.in
Log Message:
add portable pixmaps image loader
===================================================================
RCS file: /cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -3 -r1.248 -r1.249
--- configure.in 25 Jan 2008 03:35:49 -0000 1.248
+++ configure.in 1 Mar 2008 15:27:20 -0000 1.249
@@ -1055,6 +1055,22 @@
AM_CONDITIONAL(BUILD_LOADER_SVG, test x$have_svg = xyes)
+#######################################
+## PMAPS
+have_pmaps="yes";
+AC_MSG_CHECKING(whether to enable pmaps image loader)
+AC_ARG_ENABLE(image-loader-pmaps,
+ AC_HELP_STRING([--disable-image-loader-pmaps], [disable PMAPS image loader]),
+ [ have_pmaps=$enableval ]
+)
+AC_MSG_RESULT($have_pmaps)
+
+pmaps_cflags=""
+pmaps_libs=""
+
+AM_CONDITIONAL(BUILD_LOADER_PMAPS, test x$have_pmaps = xyes)
+
+
#####################################################################
## Cpu based optimizations
@@ -1520,6 +1536,8 @@
AC_SUBST(xpm_libs)
AC_SUBST(svg_cflags)
AC_SUBST(svg_libs)
+AC_SUBST(pmaps_cflags)
+AC_SUBST(pmaps_libs)
AC_SUBST(altivec_cflags)
AC_SUBST(pthread_cflags)
AC_SUBST(pthread_libs)
@@ -1595,6 +1613,7 @@
src/modules/loaders/tiff/Makefile
src/modules/loaders/xpm/Makefile
src/modules/loaders/svg/Makefile
+src/modules/loaders/pmaps/Makefile
src/modules/savers/Makefile
src/modules/savers/edb/Makefile
src/modules/savers/eet/Makefile
@@ -1648,6 +1667,7 @@
echo " TIFF....................: $have_tiff"
echo " XPM.....................: $have_xpm"
echo " SVG.....................: $have_svg"
+echo " PMAPS...................: $have_pmaps"
# FIXME: need to add modular image loader system
# FIXME: add more image loader modules
echo
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs