Les articles publiés sur le site
-
30 janvier 2016, par Erik de Castro Lopo
Remove plugin_common library from MSVC build
Previously src/plugin_common library was used by FLAC's own Winamp plugin
(MSVC/Windows) and by the XMMS plugin (*nix). The Winamp plugin is long
gone from FLAC tree, so plugin_common is unused on Windows.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] FLAC-vs2005.sln
- [DH] FLAC.sln
- [DH] src/plugin_common/Makefile.am
- [DH] src/plugin_common/plugin_common_static.vcproj
- [DH] src/plugin_common/plugin_common_static.vcxproj
- [DH] src/plugin_common/plugin_common_static.vcxproj.filters
-
30 janvier 2016, par Erik de Castro Lopo
Fix dependencies for MSVC
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] FLAC-vs2005.sln
- [DH] src/test_grabbag/cuesheet/test_cuesheet.vcxproj
- [DH] src/test_grabbag/picture/test_picture.vcxproj
- [DH] src/test_libFLAC++/test_libFLAC++.vcxproj
- [DH] src/utils/flacdiff/flacdiff.vcxproj
-
30 janvier 2016, par Erik de Castro Lopo
Remove src/share/utf8/charsetmap.h
It was added in 2002 but is not used anywhere.
Reported-by: lvqcl <lvqcl.mail@gmail.com>
- [DH] src/share/utf8/charsetmap.h
-
28 janvier 2016, par Erik de Castro Lopo
Windows/MSVC utf8 build fixes
Files share/utf8/charset.c and share/utf8/iconvert.c aren't needed
under Windows. This patch removes them from MSVC build system.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] src/share/utf8/charset.c
- [DH] src/share/utf8/iconvert.c
- [DH] src/share/utf8/utf8.c
- [DH] src/share/utf8/utf8_static.vcproj
- [DH] src/share/utf8/utf8_static.vcxproj
- [DH] src/share/utf8/utf8_static.vcxproj.filters
-
26 janvier 2016, par Erik de Castro Lopo
microbench/util.c: Fix -Wshadow warning