On Mon, Aug 08, 2016 at 08:27:53PM +0200, Hendrik Leppkes wrote:
> On Mon, Aug 8, 2016 at 8:23 PM, Diego Biurrun <[email protected]> wrote:
> > This exposes some required functionality like _aligned_malloc() in the
> > MinGW system headers, thus obviating the need for the memalign hack.
> 
> Except this isn't actually required functionality today and apparently
> builds fine right now. Maybe you should at least more clearly document
> that it would then require always building against a newer target OS
> then before.

Like this?

  configure: Set __MSVCRT_VERSION__to 0x0700 for MinGW

  This exposes some required functionality like _aligned_malloc() in the
  MinGW system headers, the lack of which was so far worked around by
  the memalign hack.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to