ardour/tools/misc-patches/freetype-bytecode.patch
Paul Davis 863b067994 patch to turn off bytecode interpreter in freetype which to my eyes gives better font rendering
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12376 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-22 11:44:29 +00:00

11 lines
589 B
Diff

--- include/freetype/config/ftoption.h~ 2011-07-19 23:46:15.000000000 -0500
+++ include/freetype/config/ftoption.h 2012-05-22 06:42:55.000000000 -0500
@@ -555,7 +555,7 @@
/* Do not #undef this macro here, since the build system might */
/* define it for certain configurations only. */
/* */
-#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER
+/*#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER*/
/*************************************************************************/