Configuration
It is possible to customize the functionality of libannodex by using various ./configure flags when building it from source. You can build a smaller version of libannodex to only read or write. By default, both reading and writing support is built.
For general information about using ./configure, see the file INSTALL
Configuring with --disable-write will remove all support for writing:
Configuring with --disable-read will remove all support for reading:
- All internal reading related functions will not be built
- Any attempt to call anx_new(), anx_open() or anx_openfd() with flags == ANX_READ will fail, returning NULL
- Any attempt to call anx_read(), anx_read_input(), anx_set_read_callback(), anx_seek(), or anx_seek_units() will return ANX_ERR_DISABLED
Generated on Tue Feb 17 17:26:14 2004 for libannodex by
1.3.5