From 4fff0e952c3466385c3745e760c0668f90f0cf5c Mon Sep 17 00:00:00 2001 From: Jonathan Li Date: Tue, 21 Mar 2017 19:14:49 +0000 Subject: [PATCH] 3rdparty:freetype: Use zlib in 3rdparty instead of internal version Reduces the GSdx DLL size slightly (14kb with VS2017) --- 3rdparty/freetype/include/freetype/config/ftoption.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/freetype/include/freetype/config/ftoption.h b/3rdparty/freetype/include/freetype/config/ftoption.h index 90c123ef93..f6bc77c9a8 100644 --- a/3rdparty/freetype/include/freetype/config/ftoption.h +++ b/3rdparty/freetype/include/freetype/config/ftoption.h @@ -214,7 +214,7 @@ FT_BEGIN_HEADER /* Do not #undef this macro here since the build system might define */ /* it for certain configurations only. */ /* */ -/* #define FT_CONFIG_OPTION_SYSTEM_ZLIB */ +#define FT_CONFIG_OPTION_SYSTEM_ZLIB /*************************************************************************/