On 11/10/2011 06:58, Erik de Castro Lopo wrote:> Sven-Hendrik Haase wrote: > >> Si se?or: http://code.entropywave.com/git/flac.git > > Ok, there are about 6 commits there. Over the weekend I'll > have a look at them and if they're fine, I'll push them to > the Xiph Git repo. > > If anyone else has Flac patches that they would like to > see commited to the Xiph Git repo, now would be a good time > to speak up. > > Cheers, > ErikI submitted a patch sometime ago to correct printf specifiers for win32 by using inttypes.h, but there were no response, so I thought flac development was dead. Not sure where the patch went or if its still valid. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 196 bytes Desc: OpenPGP digital signature Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20111110/98ead3db/attachment.pgp
Erik de Castro Lopo
2011-Nov-10 00:02 UTC
[Flac-dev] Git branch with compiling fixes for win32
JonY wrote:> I submitted a patch sometime ago to correct printf specifiers for win32 > by using inttypes.h, but there were no response, so I thought flac > development was dead.Development is probably complete. Maintenance should continue.> Not sure where the patch went or if its still valid.If you sent it to this list, the mailing list archive should be here: http://lists.xiph.org/mailman/listinfo/flac-dev Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Sean M. Pappalardo - D.J. Pegasus
2011-Nov-10 10:13 UTC
[Flac-dev] Git branch with compiling fixes for win32
Not sure if the patches you already have address this, but here are some hacks I collected to try to get libFLAC to build on Windows for Mixxx: http://mixxx.org/wiki/doku.php/build_windows_dependencies#libflac I have never actually gotten it to build on x64 and right now just use OpenCodecs' distribution (also mentioned at that link) which has Visual Studio files that build fine for me. Sincerely, Sean M. Pappalardo "D.J. Pegasus" Mixxx Developer - Controller Specialist
On 11/10/2011 08:02, Erik de Castro Lopo wrote:> JonY wrote: > >> I submitted a patch sometime ago to correct printf specifiers for win32 >> by using inttypes.h, but there were no response, so I thought flac >> development was dead. > > Development is probably complete. Maintenance should continue. > >> Not sure where the patch went or if its still valid. > > If you sent it to this list, the mailing list archive should be here: > > http://lists.xiph.org/mailman/listinfo/flac-dev >Its probably on one of the sf tracker somewhere, I can't seem to find it anymore. It wasn't anything complicated, so I should be able to redo it quickly. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 196 bytes Desc: OpenPGP digital signature Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20111110/af4dd5b7/attachment.pgp
> > Development is probably complete. Maintenance should continue.Speaking of which, I plan on starting AMD64, ARMv5, and ARMv7 assembly routines in the next few weeks. I'll sync up with Erik on getting them integrated. -Ben Allison