]> git.sesse.net Git - x264/commit
mingw: Enable high-entropy ASLR on 64-bit Windows
authorHenrik Gramner <henrik@gramner.com>
Thu, 28 Jan 2016 17:37:37 +0000 (18:37 +0100)
committerHenrik Gramner <henrik@gramner.com>
Mon, 11 Apr 2016 14:58:23 +0000 (16:58 +0200)
commitc01bf42117b811a0469f9f6c374f4a0daa98716d
treee23535c363b5c07bfe22c4569590bfd0337a19bd
parentdd6b7b974e0057da726f71e10c24d057a339605b
mingw: Enable high-entropy ASLR on 64-bit Windows

To fully utilize HEASLR the image base address must also be set above
4 GiB. For consistency use the same address as MSVC uses by default.

This requires binutils 2.25 which isn't available on all common
distributions, so only enable it after checking that it's supported.
configure