Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas Modified Files: configure.in Log Message: rotation patches for 180 degrees - thankyoooo! :) =================================================================== RCS file: /cvs/e/e17/libs/evas/configure.in,v retrieving revision 1.201 retrieving revision 1.202 diff -u -3 -r1.201 -r1.202 --- configure.in 22 Feb 2007 00:24:32 -0000 1.201 +++ configure.in 2 Mar 2007 14:51:16 -0000 1.202 @@ -1602,6 +1602,29 @@ ) ####################################### +## Convert to 16bpp RGB with rotation of 180 +conv_16_rgb_rot_180="no" +conv_16_rgb_rot_180="yes" +AC_MSG_CHECKING(whether to build 16bpp rotation 180 converter code) +AC_ARG_ENABLE(convert-16-rgb-rot-180, + [ --enable-convert-16-rgb-rot-180 enable 16bpp rotation 180 converter code], [ + if test x"$enableval" = x"yes" ; then + AC_MSG_RESULT(yes) + AC_DEFINE(BUILD_CONVERT_16_RGB_ROT180, 1, [16bpp Rotation 180 Converter Code]) + conv_16_rgb_rot_180="yes" + else + AC_MSG_RESULT(no) + conv_16_rgb_rot_180="no" + fi + ], [ + AC_MSG_RESULT($conv_16_rgb_rot_180) + if test x"$conv_16_rgb_rot_180" = x"yes" ; then + AC_DEFINE(BUILD_CONVERT_16_RGB_ROT180, 1, [16bpp Rotation 180 Converter Code]) + fi + ] +) + +####################################### ## Convert to 16bpp RGB with rotation of 270 conv_16_rgb_rot_270="no" conv_16_rgb_rot_270="yes" @@ -1809,6 +1832,29 @@ ) ####################################### +## Convert to 32bpp RGB with rotation of 180 +conv_32_rgb_rot_180="no" +conv_32_rgb_rot_180="yes" +AC_MSG_CHECKING(whether to build 32bpp rotation 180 converter code) +AC_ARG_ENABLE(convert-32-rgb-rot-180, + [ --enable-convert-32-rgb-rot-180 enable 32bpp rotation 180 converter code], [ + if test x"$enableval" = x"yes" ; then + AC_MSG_RESULT(yes) + AC_DEFINE(BUILD_CONVERT_32_RGB_ROT180, 1, [32bpp Rotation 180 Converter Support]) + conv_32_rgb_rot_180="yes" + else + AC_MSG_RESULT(no) + conv_32_rgb_rot_180="no" + fi + ], [ + AC_MSG_RESULT($conv_32_rgb_rot_180) + if test x"$conv_32_rgb_rot_180" = x"yes" ; then + AC_DEFINE(BUILD_CONVERT_32_RGB_ROT180, 1, [32bpp Rotation 180 Converter Support]) + fi + ] +) + +####################################### ## Convert to 32bpp RGB with rotation of 270 conv_32_rgb_rot_270="no" conv_32_rgb_rot_270="yes" @@ -2078,8 +2124,8 @@ # FIXME: add 8bpp and below rotation echo " 16bpp Rotation 0........: $conv_16_rgb_rot_0" echo " 16bpp Rotation 90.......: $conv_16_rgb_rot_90" +echo " 16bpp Rotation 180......: $conv_16_rgb_rot_180" echo " 16bpp Rotation 270......: $conv_16_rgb_rot_270" -# FIXME: add 180 rotation echo " 24bpp RGB 888...........: $conv_24_rgb_888" echo " 24bpp BGR 888...........: $conv_24_bgr_888" # FIXME: add 24bpp rotation @@ -2089,8 +2135,8 @@ echo " 32bpp BGRX 8888.........: $conv_32_bgrx_8888" echo " 32bpp Rotation 0........: $conv_32_rgb_rot_0" echo " 32bpp Rotation 90.......: $conv_32_rgb_rot_90" +echo " 32bpp Rotation 180......: $conv_32_rgb_rot_180" echo " 32bpp Rotation 270......: $conv_32_rgb_rot_270" -# FIXME: add 180 rotation echo echo "------------------------------------------------------------------------" echo ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs