Re: Audio File Library 0.2.4 released
Michael Pruett <[email protected]> Sun, 28 Sep 2003 19:45:44 -0500
| Newsgroups | gmane.comp.audio.audiofile |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Sep 28, 2003 at 10:37:56AM +0200, Daniel Kobras wrote: > On Fri, Sep 26, 2003 at 04:35:36AM -0500, Michael Pruett wrote: > > Version 0.2.4 includes the following changes: > > * Added support for large files. This option is disabled by > > default; to enable large file support, run configure with the flag > > --enable-largefile. > > As far as I can tell, a largefile-enabled libaudiofile is binary > incompatible to a standard one on systems where off_t defaults to 32bit. > Shouldn't the SONAME be bumped in this case to avoid havoc? Daniel, that is correct. I have merely verified that the library works with large file support enabled and have added the option only so that those who wish to use the library in this configuration can easily compile it themselves. I expect that the standard Linux distributions will not use this option as it would break binary compatibility (and because the vast majority of libraries in use today do not support large files). Michael