Skip to content
  • Joel Klinghed's avatar
    Add bzip2 compression support to handle *.pcf.bz2 files. · ed913c21
    Joel Klinghed authored and Werner Lemberg's avatar Werner Lemberg committed
    * 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.
    ed913c21