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

2017-01-18 Thread Hugo Beauzée-Luyssen
On 01/15/2017 03:21 AM, Erik de Castro Lopo wrote: lvqcl wrote: I think that FLAC sources should remain compatible with Visual Studio 2010 (and probably earlier), people still need it. For example: Is it possible to simply exclude win_utf8_io.c from com

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

2017-01-14 Thread Erik de Castro Lopo
lvqcl wrote: > I think that FLAC sources should remain compatible with Visual > Studio 2010 (and probably earlier), people still need it. > For example: > > Is it possible to simply exclude win_utf8_io.c from compiling > if target OS is WinRT/non-desktop?

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

2017-01-14 Thread lvqcl
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 f

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

2017-01-14 Thread Hugo Beauzée-Luyssen
On 01/06/2017 01:53 PM, Hugo Beauzée-Luyssen wrote: > Hi, > > This patchet allows a few targets to be disabled when unrequired. > The rational is coming from VLC's contrib buildsystem, so far we use make -C > to select only some subparts of the available targets. > It would be easier and cleaner

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

2017-01-06 Thread Hugo Beauzée-Luyssen
Hi, This patchet allows a few targets to be disabled when unrequired. The rational is coming from VLC's contrib buildsystem, so far we use make -C to select only some subparts of the available targets. It would be easier and cleaner to use autoconf to do so IMHO. There's an additional patch whic