Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
libiff-0.1-87c0ad9.tar.xz | 2015-12-04 | 301.2 kB | |
Totals: 1 Item | 301.2 kB | 0 |
libiff is a portable, extensible parser library implemented in ANSI C, for EA-IFF 85: Electronic Arts' Interchange File Format (IFF). It offers the following features:
- Reading IFF files
- Programmatically creating IFF files
- Retrieving IFF file contents
- Writing IFF files
- IFF conformance checking
Furthermore, this library has an extensible parser interface, which makes it possible to parse chunk types defined in application formats.
Project Pages:
Source:
- Releases: GitHub
- Development: Git, Subversion
Licenses:
Support:
Requires:
Notes:
- Patched Files (see patches/README):
- autogen.sh
- configure.ac
- Makefile.am
- m4/*
- config/*
- Configured Options:
- --build=i686-pc-mingw32: 32-bit build for Win32/MinGW32
- --disable-static --enable-shared: Shared libs only (.dll)
- !!! IMPORTANT !!!:
- Had to change into src/ subdirectories and run make manually with CPPFLAGS="-I../../../src/libiff" to include iff.h*