Les articles publiés sur le site
-
26 janvier 2016, par Erik de Castro Lopo
Fix ioctl/TIOCGWINSZ for OSX
- [DH] configure.ac
- [DH] src/flac/utils.c
-
26 janvier 2016, par Erik de Castro Lopo
src/flac/utils.c: Fix for OpenBSD
OpenBSD defineds `TIOCGWINSZ` in `termios.h` which is already being
included, so this fix should work on most POSIX systems.
Closes: https://sourceforge.net/p/flac/bugs/435/
-
26 janvier 2016, par Erik de Castro Lopo
autogen.sh: Improve autoconf/automake detection on OpenBSD
OpenBSD needs the enviroment variables `AUTOCONF_VERSION` and
`AUTOMAKE_VERSION` to be set in order to find these tools.
The script now tests (individually) if they are already set and if they
aren't sets them to something that is known to work on OpenBSD 5.8
-
26 janvier 2016, par Erik de Castro Lopo
configure.ac: Drop -Wunreachable-code from CFLAGS
According to:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46158
this warning was removed in GCC 4.5.
-
25 janvier 2016, par Dave Yeo
Make AVX and AVX2 instructions a configure option
Handy for toolchains or operating systems that don't support AVX or AVX2
like OS/2.
Signed-off-by: Dave Yeo <dave.r.yeo@gmail.com>
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
- [DH] configure.ac
- [DH] src/libFLAC/include/private/cpu.h