Magellan Linux

Contents of /trunk/freetype/patches/freetype-2.1.10-bytecode_interpreter.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 671 byte(s)
-import

1 enables bytecode interpreter for TT driver
2
3 --- freetype-2.1.10/include/freetype/config/ftoption.h.orig 2005-10-16 15:05:48.000000000 +0000
4 +++ freetype-2.1.10/include/freetype/config/ftoption.h 2005-10-16 15:06:43.000000000 +0000
5 @@ -436,7 +436,7 @@
6 /* Do not #undef this macro here, since the build system might */
7 /* define it for certain configurations only. */
8 /* */
9 -/* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */
10 +#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER
11
12
13 /*************************************************************************/