search for: support_2gb_output

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

2013 Mar 12
2
flac 1.3.0pre2 pre-release
Janne Hyv?rinen wrote: > I thought Ben Allison would have made a patch. Here's a patch for this. > I suppose we were all blind at first for the cause. Applied thanks. I'd now like to look at the 2/4Gig off_t issue in your original support_2gb_output patch. Unlike your original patch, you will have to avoid touchng anything in the directories: include/FLAC include/FLAC++ as these are the public API headers and we don't want to change the API in this release. Cheers, Erik -- -------------------------------------------------------...
2013 Mar 10
0
flac 1.3.0pre2 pre-release
...of hacking before it can run > under Wine). > > Ben Alison has also did the hard work required to make it compile with MSVC. > > Still need to work on the changelog. > > Cheers, > Erik > -------------- next part -------------- A non-text attachment was scrubbed... Name: support_2gb_output.zip Type: application/x-zip-compressed Size: 12868 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20130310/8c8d6e8a/attachment-0001.bin
2013 Mar 11
2
flac 1.3.0pre2 pre-release
Janne Hyv?rinen wrote: > With the sources as they are compiling produces these errors (this on > MSVC 2012 SP1 Express): > > Error 1 error LNK2001: unresolved external symbol > _FLAC__bitreader_bits_left_for_byte_alignment > G:\Programming\flac-1.3.0pre2\src\flac\libFLAC_static.lib(stream_decoder.obj) Ben Alison is working on tthis. Lets allow that work to come to a
2013 Mar 09
9
flac 1.3.0pre2 pre-release
Hi all, Second and hopefully final pre-release is here: http://downloads.xiph.org/releases/flac/beta/ I have personally tested this code on: x86-linux x86_64-linux powerpc-linux armhf-linux i386-freebsd9.1 i386-openbsd5.2 I also cross-compiled from Linux to 32 bit Windows and the compile ran to completion (the test suite requires a bunch of hacking before it can