[flac-dev] flac 1.3.0pre2 pre-release
Janne Hyvärinen
cse at sci.fi
Thu Mar 14 11:05:12 PDT 2013
On 14.3.2013 9:37, Erik de Castro Lopo wrote:
> Janne Hyvärinen wrote:
>
>> The patch was made from the published pre2 version. It missed the MinGW
>> changes that were applied to git version.
> Patch applied. Thanks.
>
> Erik
Unfortunately with this commit the LRN's patch from commit
b85cc57d73a286a07e544823cbeb41d3122b4e94 was overwritten. Here's a patch
to bring its fixes back. Sorry I used old sources for the large patch.
-------------- next part --------------
--- include/share/compat.h.orig 2013-03-14 19:05:33 +0200
+++ include/share/compat.h 2013-03-14 19:58:43 +0200
@@ -52,6 +52,11 @@
#if !defined __MINGW32__
#define fseeko _fseeki64
#define ftello _ftelli64
+#else /* MinGW */
+#if !defined(HAVE_FSEEKO)
+#define fseeko fseeko64
+#define ftello ftello64
+#endif
#endif
#else
#define FLAC__off_t off_t
More information about the flac-dev
mailing list