diff options
author | Sebastian Rasmussen <sebras@gmail.com> | 2017-08-06 00:21:24 +0800 |
---|---|---|
committer | Sebastian Rasmussen <sebras@gmail.com> | 2017-08-07 22:04:46 +0800 |
commit | 3cbe36b63ebb3f5e782aac56c95e15018abf6cda (patch) | |
tree | 9876cfc6b02f09da1abf647bef03dbb2a69084c6 /scripts | |
parent | 660242888b38de6207de0874c4ef42562a67c3f4 (diff) | |
download | mupdf-3cbe36b63ebb3f5e782aac56c95e15018abf6cda.tar.xz |
Disable freetype stream support, avoiding FILE interface.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/freetype/slimftoptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/freetype/slimftoptions.h b/scripts/freetype/slimftoptions.h index b51f4b40..b9094b3a 100644 --- a/scripts/freetype/slimftoptions.h +++ b/scripts/freetype/slimftoptions.h @@ -9,6 +9,7 @@ #undef FT_CONFIG_OPTION_USE_HARFBUZZ #undef FT_CONFIG_OPTION_MAC_FONTS #undef FT_CONFIG_OPTION_INCREMENTAL +#define FT_CONFIG_OPTION_DISABLE_STREAM_SUPPORT #undef TT_CONFIG_OPTION_EMBEDDED_BITMAPS #undef TT_CONFIG_OPTION_SFNT_NAMES |