The set of four patches that remove dependency of libFLAC on win_utf8_io. Tested only on Windows, with MSVC and MSYS/MinGW (both autotools and makefile.lite) Please review, especially makefile patches, I'm not very familiar with them. -------------- next part -------------- A non-text attachment was scrubbed... Name: 1_sources.zip Type: application/zip Size: 3524 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20160202/80a238f1/attachment-0004.zip -------------- next part -------------- A non-text attachment was scrubbed... Name: 2_msvc_projects.zip Type: application/zip Size: 2914 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20160202/80a238f1/attachment-0005.zip -------------- next part -------------- A non-text attachment was scrubbed... Name: 3_makefile_lite.zip Type: application/zip Size: 2205 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20160202/80a238f1/attachment-0006.zip -------------- next part -------------- A non-text attachment was scrubbed... Name: 4_Makefile_am.zip Type: application/zip Size: 1468 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20160202/80a238f1/attachment-0007.zip
Erik de Castro Lopo
2016-Feb-08 11:04 UTC
[flac-dev] [PATCH] remove libFLAC dependency of win_utf8_io
lvqcl wrote:> The set of four patches that remove dependency of libFLAC on win_utf8_io. > > Tested only on Windows, with MSVC and MSYS/MinGW (both autotools and makefile.lite) > > Please review, especially makefile patches, I'm not very familiar with them.Applied. All good. Thanks. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Erik de Castro Lopo wrote:> lvqcl wrote: > >> The set of four patches that remove dependency of libFLAC on win_utf8_io. >> >> Tested only on Windows, with MSVC and MSYS/MinGW (both autotools and makefile.lite) >> >> Please review, especially makefile patches, I'm not very familiar with them. > > Applied. All good. Thanks.But the 1st patch ('1_sources.patch' file) was not applied... I suspect that Windows build is broken now. Before this set of 4 patches, I posted a patch that tries to prevent unnecessary inclusion of windows.h -- 'use_winapi_macro.patch' file from <http://lists.xiph.org/pipermail/flac-dev/2016-February/005856.html> message. '1_sources.patch' was made after it, and as a result 'use_winapi_macro.patch' must be applied before it. If you object to that patch, I can make version of '1_sources.patch' that is based on the current code.