summaryrefslogtreecommitdiff
path: root/modules.cfg
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2010-12-31 16:59:33 +0100
committerWerner Lemberg <wl@gnu.org>2010-12-31 16:59:33 +0100
commited913c2151e40eda626d8d2809ed3229aade2941 (patch)
tree340368096759173a766d4149dc681e8c160e3bf9 /modules.cfg
parent7774ac67ec562add4212930c82e402a7d7cdff8b (diff)
downloadfreetype2-ed913c2151e40eda626d8d2809ed3229aade2941.tar.gz
Add bzip2 compression support to handle *.pcf.bz2 files.
* builds/unix/configure.raw: Test for libbz2 library. * devel/ftoption.h, include/freetype/config/ftoption.h (FT_CONFIG_OPTION_USE_BZIP2): Define. * include/freetype/config/ftheader.h (FT_BZIP2_H): Define. * include/freetype/ftbzip2.h: New file. * src/bzip2/*: New files. * src/pcf/pcf.h: s/gzip_/comp_/. * src/pcf/pcfdrvr.c: Include FT_BZIP2_H. s/gzip_/comp_/. (PCF_Face_Init): Handle bzip2 compressed files. * docs/formats.txt, modules.cfg: Updated.
Diffstat (limited to 'modules.cfg')
-rw-r--r--modules.cfg7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules.cfg b/modules.cfg
index 4047d7f09..8d5b6b598 100644
--- a/modules.cfg
+++ b/modules.cfg
@@ -1,6 +1,6 @@
# modules.cfg
#
-# Copyright 2005, 2006, 2007, 2009 by
+# Copyright 2005, 2006, 2007, 2009, 2010 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@@ -122,6 +122,11 @@ AUX_MODULES += gzip
# See include/freetype/ftlzw.h for the API.
AUX_MODULES += lzw
+# Support for streams compressed with bzip2 (files with suffix .bz2).
+#
+# See include/freetype/ftbzip2.h for the API.
+AUX_MODULES += bzip2
+
# OpenType table validation. Needs ftotval.c below.
#
# AUX_MODULES += otvalid