Skip to content

meson: Fix crash on x86-64/AVX caused by missing stack alignment definition

amyspark requested to merge amyspark/x264:fix-missing-stack-alignment-avx into meson

x64 and AVX require by default 16-byte alignment, this didn't cause a crash earlier as the asm detection logic was just fixed in !24 (merged).

See gstreamer/cerbero!1400 (comment 2332061)

Merge request reports