[flac-dev] [PATCH 0/5] Allow multiple targets to be disabled

lvqcl lvqcl.mail at gmail.com
Sat Jan 14 11:33:26 UTC 2017


Hugo Beauzée-Luyssen wrote:

>>   configure.ac: Allow the programs to be disabled
>>   configure.ac: Allow bench to be disabled
>>   configure.ac: Don't build any tests when they are explicitely disabled
>>   configure.ac: Allow examples to be disabled
>>   win_utf8_io: Avoid forbidden functions when building for WinRT/UWP
>>
>>  configure.ac                        | 10 ++++++++++
>>  examples/Makefile.am                |  2 ++
>>  microbench/Makefile.am              |  4 ++++
>>  src/Makefile.am                     | 10 +++++++---
>>  src/flac/Makefile.am                | 13 +++++++++----
>>  src/metaflac/Makefile.am            |  8 ++++++--
>>  src/share/win_utf8_io/win_utf8_io.c |  9 +++++++++
>>  src/test_libFLAC++/Makefile.am      |  5 +++++
>>  8 files changed, 52 insertions(+), 9 deletions(-)
>>
>
> Ping :)

I think that FLAC sources should remain compatible with Visual
Studio 2010 (and probably earlier), people still need it.
For example: <https://github.com/xiph/flac/issues/23>

Is it possible to simply exclude win_utf8_io.c from compiling
if target OS is WinRT/non-desktop?


More information about the flac-dev mailing list