Displaying 3 results from an estimated 3 matches for "1_sources".
Did you mean:
c_sources
2016 Feb 08
2
[PATCH] remove libFLAC dependency of win_utf8_io
...ependency 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.ht...
2016 Feb 02
2
[PATCH] remove libFLAC dependency of win_utf8_io
...hat 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 b...
2016 Feb 08
1
[PATCH] remove libFLAC dependency of win_utf8_io
Erik de Castro Lopo wrote:
> When I tried apply that patch, all but one hunk succeeded. I inspected
> the rejected part, but that seemed to have already been applied.
'1_sources.patch' creates windows_unicode_filenames.h and
windows_unicode_filenames.c files that don't exist in the current git.
> Lets just get a patch that fixes what we have now.
Here it is: the missing parts of d40a6bc commit are in the
attached fix_d40a6bc_commit.patch
Also an (optional)...