Les articles publiés sur le site
-
3 juillet 2014, par Erik de Castro Lopo
test_libFLAC/endswap.c : Add casts to prevent compiler warnings.
- [DH] src/test_libFLAC/endswap.c
-
3 juillet 2014, par Erik de Castro Lopo
test_libFLAC/test_libFLAC.vcproj : Add define for CPU_IS_LITTLE_ENDIAN.
- [DH] src/test_libFLAC/test_libFLAC.vcproj
-
2 juillet 2014, par Ralph Giles
Fix bswap16 issue on Debian 6.
Versions of GCC prior to 4.8 didn't provide an implementation
of __builtin_bswap16 on x86_64. Detect those versions and
supply a fallback implementation. A cleaner fix would be
to detect bswap16 independently of bswap32 in configure
and handle them separately.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52624
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
- [DH] include/share/endswap.h
-
2 juillet 2014, par Erik de Castro Lopo
test_libFLAC : Fix Windows build after addidion of endian tests.
* Use "share/compat.h" instead of <stdint.h>.
* Update test_libFLAC.vcproj project file.
* Update Makefile.lite build system.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] src/test_libFLAC/Makefile.lite
- [DH] src/test_libFLAC/endswap.c
- [DH] src/test_libFLAC/test_libFLAC.vcproj
-
2 juillet 2014, par Erik de Castro Lopo
src/flac/main.c : Improve raw format help text help.
The --endian and --sign options aren't just for raw input, but also
for raw output.
Patch-from: lvqcl <lvqcl.mail@gmail.com>