summaryrefslogtreecommitdiff
path: root/modules.cfg
diff options
context:
space:
mode:
authorWu, Chia-I (吳佳一) <olvaffe@gmail.com>2006-02-22 07:59:35 +0000
committerWu, Chia-I (吳佳一) <olvaffe@gmail.com>2006-02-22 07:59:35 +0000
commitfacd9af5424bab34d3aae75ed151225aa5551f0a (patch)
treecb62ecee49076165b3d5135e140ec6adf66935bf /modules.cfg
parent0b5dc4df888df9006e4544219c7866d53af28150 (diff)
downloadfreetype2-facd9af5424bab34d3aae75ed151225aa5551f0a.tar.gz
* modules.cfg: Compile in ftotval.c and ftxf86.c by default for ABI
compatibility. * src/sfnt/sfobjs.c (sfnt_done_face): Fix a memory leak. * src/sfnt/ttsbit0.c (tt_sbit_decoder_load_bit_aligned, tt_sbit_decoder_load_byte_aligned) [FT_OPTIMIZE_MEMORY]: Fix sbit loading. (only tested with bit aligned sbit with x_pos == 0) * src/truetype/ttpload.c (tt_face_load_hdmx, tt_face_get_device_metrics) [FT_OPTIMIZE_MEMORY]: hdmx is not actually used.
Diffstat (limited to 'modules.cfg')
-rw-r--r--modules.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules.cfg b/modules.cfg
index f251fd897..cf357cfe6 100644
--- a/modules.cfg
+++ b/modules.cfg
@@ -176,7 +176,7 @@ BASE_EXTENSIONS += ftmm.c
# Interface for otvalid module (which is required).
#
# See include/freetype/ftotval.h for the API.
-# BASE_EXTENSIONS += ftotval.c
+BASE_EXTENSIONS += ftotval.c
# Interface for accessing PFR-specific data. Needs PFR font driver.
#
@@ -209,7 +209,7 @@ BASE_EXTENSIONS += ftwinfnt.c
# server.
#
# See include/freetype/ftxf86.h for the API.
-# BASE_EXTENSIONS += ftxf86.c
+BASE_EXTENSIONS += ftxf86.c
####