Re: [flac-dev] PATCH: FLAC__ALIGN_MALLOC_DATA definition for MSVS projects

2013-09-05 Thread Erik de Castro Lopo
lvqcl wrote: A preprocessor macro FLAC__ALIGN_MALLOC_DATA is defined in Makefiles but absent in *.vcproj files. This patch adds it to libFLAC_static.vcproj and libFLAC_dynamic.vcproj. Applied, thanks. Erik -- -- Erik de

Re: [flac-dev] PATCH for iffscan.c

2013-09-05 Thread Erik de Castro Lopo
lvqcl wrote: There's a typo in iffscan.c, line 64: fprintf(stderr, %ERROR patch attached. Applied, thanks. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/

Re: [flac-dev] PATCH: win_utf8_io - win_utf8_io_static

2013-09-05 Thread Erik de Castro Lopo
lvqcl wrote: All MSVC projects that generate .lib files have '_static' suffix in their names; all but win_utf8_io. This patch renames it so that it follows this naming convention. Applied, thanks. Erik -- -- Erik de Castro

[flac-dev] PATCH: M_LN2 for MSVS

2013-09-05 Thread lvqcl
Erik de Castro Lopo mle...@mega-nerd.com wrote: For this one, I'd prefer to see the _USE_MATH_DEFINES definition in the *.vcproj and FLAC.sln files. I'd be happy to have the removal of the two comments in the same commit. Sure, why not. Patch attached. m_ln2_vcproj.patch Description: Binary