summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-22 11:44:29 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-22 11:44:29 +0000
commit863b067994886d50e949a014399ed5243762e194 (patch)
treeeb7753bbc7f132cac62a7721df1888b6e48a4f9a /tools
parent990fd441d914d74edd529273f24250ac432223d6 (diff)
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
Diffstat (limited to 'tools')
-rw-r--r--tools/misc-patches/freetype-bytecode.patch11
1 files changed, 11 insertions, 0 deletions
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*/
+
+
+ /*************************************************************************/