]> git.sesse.net Git - x264/commit
Don't assume 16-byte stack alignment by default on x86-32
authorAnton Mitrofanov <BugMaster@narod.ru>
Mon, 28 Sep 2015 18:07:55 +0000 (21:07 +0300)
committerHenrik Gramner <henrik@gramner.com>
Sun, 11 Oct 2015 16:44:54 +0000 (18:44 +0200)
commit479d0c1fe73833ba65e0a10f6f5cf18df6def719
tree27ef616b42e27772393511c9b93af1f6fe744d4a
parentfad44d59b3adeb29b9c92fde0b80116cde79020e
Don't assume 16-byte stack alignment by default on x86-32

Some compilers depending on target OS uses 4-byte stack alignment by default.
Explicitly check known good compilers and specific options for stack alignment.
configure