Les articles publiés sur le site
-
31 mars 2015, par Erik de Castro Lopo
configure.ac : Add -mstackrealign whenever we add -msse2.
There have been some (pretty much unconfirmed) reports of problems
with SSE enabled but without this stack alignment flag.
-
31 mars 2015, par Erik de Castro Lopo
src/libFLAC/lpc.c : Restore missing conditional.
Git commit 9c2290ade5 in-correctly removed a conditional around
an fprintf. Thanks to mark4o on #xiph (freenode) for reporting
this.
-
11 mars 2015, par Erik de Castro Lopo
configure.ac : Tweak for x32 architecture.
The x32 architecture uses and ILP32 (32 bit ints, longs and pointers)
on an x86_64 CPU. Since the CPU is x86_64 we need to set FLAC__CPU_X86_64
even though the pointer size is 32 bits.
Patch-from: Stuart Shelton
Closes: https://sourceforge.net/p/flac/bugs/427/
-
24 février 2015, par Erik de Castro Lopo
configure.ac : Fix FLAC__HAS_X86INTRIN / FLaC__SSE_OS.
* Correct definition of FLAC__HAS_X86INTRIN in config.h file.
* Correct comparison of sse_os with 'true' instead of 'yes'.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
-
24 février 2015, par Erik de Castro Lopo
src/test_streams/main.c : Use flac_snprintf() instead of snprintf().
MSVC doesn't have snprintf().
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] src/test_streams/main.c