search for: lfs64

Displaying 3 results from an estimated 3 matches for "lfs64".

2012 Feb 04
1
Git branch with compiling fixes for win32
...GW. > > OK, will redo patch later today. My git repo still pointed to the old > /mirrors/flac.git link, so I didn't get any updates. > > OK, rebuilt with latest master, no more printf warnings. Here's another attached patch to suppress redefinition warnings with mingw-w64 lfs64 support. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: fseek.txt Url: http://lists.xiph.org/pipermail/flac-dev/attachments/20120204/54563883/attachment.txt -------------- next part -------------- A non-text attachment was scrubbed... Name: s...
2012 Feb 02
2
Git branch with compiling fixes for win32
JonY wrote: > Attached patch builds without any warnings for MinGW. Sorry JonY, that patch does not apply against current git master which is here: https://git.xiph.org/?p=flac.git;a=summary Specifically I pulled out much of the "#ifdef _MSC_VER" printf stuff in this commit: https://git.xiph.org/?p=flac.git;a=commit;h=ce8a75134cace056f6c436d54b57bad1a1d93797 For example
2013 Mar 05
3
2GB limit patch
> This is an older issue reported in 2007: > http://lists.xiph.org/pipermail/flac-dev/2007-September/002423.html > > The fix would be to use _ftelli64 instead of ftell with Visual Studio. > http://msdn.microsoft.com/en-us/library/0ys3hc0b%28v=vs.110%29.aspx That's not enough. At least, the followings are also needed. 1. Change off_t to something else. off_t can lead to ABI