Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/common


Modified Files:
        evas_font_load.c 


Log Message:
don't rely on TT_CONFIG_OPTION_BYTECODE_INTERPRETER in freetype 2.1, because 
distros suck so much. oh well.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_font_load.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- evas_font_load.c    8 Oct 2006 13:00:26 -0000       1.38
+++ evas_font_load.c    8 Oct 2006 13:58:58 -0000       1.39
@@ -401,11 +401,12 @@
         return FT_Get_TrueType_Engine_Type(evas_ft_lib) >=
                FT_TRUETYPE_ENGINE_TYPE_PATENTED;
 #else
-# ifdef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
+        /* we may not rely on TT_CONFIG_OPTION_BYTECODE_INTERPRETER
+         * here to find out whether it's supported.
+         *
+         * so, assume it is. o_O
+         */
         return 1;
-# else
-        return 0;
-# endif
 #endif
      }
 



-------------------------------------------------------------------------
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

Reply via email to