freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] int-not32-changes-2017 93e76a5 01/25: devel/ftoption.h: disa


From: suzuki toshiya
Subject: [freetype2] int-not32-changes-2017 93e76a5 01/25: devel/ftoption.h: disable some too expensive features for 16bit platform.
Date: Wed, 13 Sep 2017 04:15:03 -0400 (EDT)

branch: int-not32-changes-2017
commit 93e76a510ce07a9c1a2f01e9e431d9b6726ff49a
Author: suzuki toshiya <address@hidden>
Commit: suzuki toshiya <address@hidden>

    devel/ftoption.h: disable some too expensive features for 16bit platform.
---
 devel/ftoption.h | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/devel/ftoption.h b/devel/ftoption.h
index 9f9cac1..402ae14 100644
--- a/devel/ftoption.h
+++ b/devel/ftoption.h
@@ -175,7 +175,7 @@ FT_BEGIN_HEADER
   /*                                                                       */
   /*   Define this macro if you want to enable this `feature'.             */
   /*                                                                       */
-#define FT_CONFIG_OPTION_USE_LZW
+/* #define FT_CONFIG_OPTION_USE_LZW */
 
 
   /*************************************************************************/
@@ -190,7 +190,7 @@ FT_BEGIN_HEADER
   /*   Define this macro if you want to enable this `feature'.  See also   */
   /*   the macro FT_CONFIG_OPTION_SYSTEM_ZLIB below.                       */
   /*                                                                       */
-#define FT_CONFIG_OPTION_USE_ZLIB
+/* #define FT_CONFIG_OPTION_USE_ZLIB */
 
 
   /*************************************************************************/
@@ -227,7 +227,7 @@ FT_BEGIN_HEADER
   /*                                                                       */
   /*   Define this macro if you want to enable this `feature'.             */
   /*                                                                       */
-#define FT_CONFIG_OPTION_USE_BZIP2
+/* #define FT_CONFIG_OPTION_USE_BZIP2 */
 
 
   /*************************************************************************/
@@ -252,7 +252,7 @@ FT_BEGIN_HEADER
   /*                                                                       */
   /*   Define this macro if you want to enable this `feature'.             */
   /*                                                                       */
-#define FT_CONFIG_OPTION_USE_PNG
+/* #define FT_CONFIG_OPTION_USE_PNG */
 
 
   /*************************************************************************/
@@ -265,7 +265,7 @@ FT_BEGIN_HEADER
   /*                                                                       */
   /*   Define this macro if you want to enable this `feature'.             */
   /*                                                                       */
-#define FT_CONFIG_OPTION_USE_HARFBUZZ
+/* #define FT_CONFIG_OPTION_USE_HARFBUZZ */
 
 
   /*************************************************************************/
@@ -702,7 +702,9 @@ FT_BEGIN_HEADER
   /* and avar tables).  This has many similarities to Type 1 Multiple      */
   /* Masters support.                                                      */
   /*                                                                       */
+#if FT_UINT_MAX > 0xFFFFUL
 #define TT_CONFIG_OPTION_GX_VAR_SUPPORT
+#endif
 
 
   /*************************************************************************/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]