Displaying 3 results from an estimated 3 matches for "compat_h_msvc_fix".
2013 Apr 01
2
flac 1.3.0pre3 pre-release
....c
> flac_mac_project: adds flac's include dir for the project so new
> functions can be found
> progress_display: flac testing progress display used old functions that
> didn't get utf-8 decoding
> msvc_flac_version: changes versions number from 1.3.0pre2 to 1.3.0pre3
> compat_h_msvc_fix: fixes compiling on MSVC
Applied, thanks!
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
2013 Apr 02
0
flac 1.3.0pre3 pre-release
...roject: adds flac's include dir for the project so new
>> functions can be found
>> progress_display: flac testing progress display used old functions that
>> didn't get utf-8 decoding
>> msvc_flac_version: changes versions number from 1.3.0pre2 to 1.3.0pre3
>> compat_h_msvc_fix: fixes compiling on MSVC
> Applied, thanks!
>
> Erik
Surprisingly flac_mac had mistakenly gotten extra parameters for safe
string functions requiring further patching.
And here's patches for the changes in git for flactimer.
I noticed compat.h patch didn't make it into git. I kn...
2013 Apr 01
17
flac 1.3.0pre3 pre-release
Hi all,
The latest pre-release is here:
http://downloads.xiph.org/releases/flac/beta/flac-1.3.0pre3.tar.xz
but there will probably need to be at least one more.
I've tested this on
x86_64-linux
powerpc-linux
i386-openbsd5.2
i386-freebsd9
The majority of changes since the last pre-release is the addition of
Janne Hyv?rinen's utf8 I/O functionality. Janne's