search for: flac_api_supports_ogg_flac

Displaying 4 results from an estimated 4 matches for "flac_api_supports_ogg_flac".

2013 May 04
5
Bug fix and compatibility patches for 1.3.0pre4
...mit patches, but someone suggested this on the apparently dead SourceForge patch tracker. The first two are quite straight forward: - The ICL patch fixes a typo in bitmath.h and adds FLAC__bitwriter_write_zeroes to the external declarations in bitwriter.c. - The Ogg patch replaces the check for FLAC_API_SUPPORTS_OGG_FLAC in stream_decoder.c with FLAC__HAS_OGG to fix compilation with Ogg support. The _lseeki64 patch probably is a little more controversial. The problem is that fseeki64 and ftelli64 are not available in Windows XP - at least not without installing extra MSVC runtime libraries. I changed compat.h...
2013 May 25
4
Bug fix and compatibility patches for 1.3.0pre4
...arently dead SourceForge patch tracker. >> >> The first two are quite straight forward: >> >> - The ICL patch fixes a typo in bitmath.h and adds >> FLAC__bitwriter_write_zeroes to the external declarations in bitwriter.c. >> - The Ogg patch replaces the check for FLAC_API_SUPPORTS_OGG_FLAC in >> stream_decoder.c with FLAC__HAS_OGG to fix compilation with Ogg support. >> >> The _lseeki64 patch probably is a little more controversial. The problem >> is that fseeki64 and ftelli64 are not available in Windows XP - at least >> not without installing extra MSV...
2013 May 25
0
Bug fix and compatibility patches for 1.3.0pre4
...dows and found some issues. >>> The first two are quite straight forward: >>> >>> - The ICL patch fixes a typo in bitmath.h and adds >>> FLAC__bitwriter_write_zeroes to the external declarations in bitwriter.c. >>> - The Ogg patch replaces the check for FLAC_API_SUPPORTS_OGG_FLAC in >>> stream_decoder.c with FLAC__HAS_OGG to fix compilation with Ogg support. >>> >>> The _lseeki64 patch probably is a little more controversial. >> Sorry, I've read through this thread and can't figure out what was >> actually decided and which pa...
2013 May 25
0
Bug fix and compatibility patches for 1.3.0pre4
...this on > the apparently dead SourceForge patch tracker. > > The first two are quite straight forward: > > - The ICL patch fixes a typo in bitmath.h and adds > FLAC__bitwriter_write_zeroes to the external declarations in bitwriter.c. > - The Ogg patch replaces the check for FLAC_API_SUPPORTS_OGG_FLAC in > stream_decoder.c with FLAC__HAS_OGG to fix compilation with Ogg support. > > The _lseeki64 patch probably is a little more controversial. The problem > is that fseeki64 and ftelli64 are not available in Windows XP - at least > not without installing extra MSVC runtime librar...