Commit Graph

6 Commits

Author SHA1 Message Date
Erik de Castro Lopo d40a6bc695 libFLAC: Remove win_utf8_io dependency
Path-from: lvqcl <lvqcl.mail@gmail.com>
2016-02-08 22:04:12 +11:00
Erik de Castro Lopo 89a0fe1e15 test_streams: Use fopen instead of flac_fopen
test_streams doesn't create/open files with non-ascii filenames,
so there's no need in unicode support.

Patch-from: lvqcl <lvqcl.mail@gmail.com>
2016-02-02 09:20:02 +11:00
Erik de Castro Lopo c547600599 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>
2016-01-31 09:53:49 +11:00
Erik de Castro Lopo ba18bd19a8 Fix dependencies for MSVC
Patch-from: lvqcl <lvqcl.mail@gmail.com>
2016-01-31 09:50:12 +11:00
Erik de Castro Lopo e5ef534497 MSVC: Fix libFLAC_static.vcxproj dependencies
libFLAC_static.vcxproj was missing a dependency on win_utf8_io_static.

Patch-from: lvqcl <lvqcl.mail@gmail.com>
2015-09-01 00:31:51 +10:00
Erik de Castro Lopo b7017d61a1 Rename Visual Studio solution files.
* FLAC-vs2010.sln -> FLAC.sln
* FLAC.sln -> FLAC-vs2005.sln
2014-11-24 06:06:14 +11:00