From 2ccb14c3dfa9b2c0779acddc42bfa2e1ed58fc19 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Tue, 15 Aug 2017 23:14:17 +0800 Subject: Revert "Disable freetype stream support, avoiding FILE interface." While MuPDF itself doesn't rely on stream support, applications may use Freetype built for MuPDF to load fonts for non-MuPDF related uses. This use was overlooked and caused problems for llpp. Thanks to Tuncer and _malc for reporting this. --- scripts/freetype/slimftoptions.h | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/freetype/slimftoptions.h b/scripts/freetype/slimftoptions.h index b9094b3a..b51f4b40 100644 --- a/scripts/freetype/slimftoptions.h +++ b/scripts/freetype/slimftoptions.h @@ -9,7 +9,6 @@ #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 -- cgit v1.2.3