From 863b067994886d50e949a014399ed5243762e194 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 22 May 2012 11:44:29 +0000 Subject: 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 --- tools/misc-patches/freetype-bytecode.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tools/misc-patches/freetype-bytecode.patch (limited to 'tools') diff --git a/tools/misc-patches/freetype-bytecode.patch b/tools/misc-patches/freetype-bytecode.patch new file mode 100644 index 0000000000..fbc230207d --- /dev/null +++ b/tools/misc-patches/freetype-bytecode.patch @@ -0,0 +1,11 @@ +--- 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*/ + + + /*************************************************************************/ -- cgit v1.2.3