diff options
author | Martin Storsjö <martin@martin.st> | 2018-03-15 23:47:22 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2018-03-17 22:27:42 +0200 |
commit | ea2f72a2c14c67a3b35dac6426d1e3c0fae33fd5 (patch) | |
tree | ee1789f9f55b3f08d73993e98f441f20a818f088 /avtools | |
parent | deefca02c275ce4bc5ccbee690463ffef81a18b8 (diff) | |
download | ffmpeg-ea2f72a2c14c67a3b35dac6426d1e3c0fae33fd5.tar.gz |
configure: Don't assume a 16 byte aligned stack on BSDs on i386
With GCC, request it to maintain 16 byte alignment, and the existing
entry points already align it via attribute_align_arg.
With clang, do the same as for mingw; disable the aligned stack
and let the assembly functions that require it do the alignment
instead.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'avtools')
0 files changed, 0 insertions, 0 deletions