Skip to content

Build: Fix configure fallback for stack alignment

Marvin Scholz requested to merge ePirat/dav1d:meson-fix-stackalign into master

This is a fix for

ERROR:  Unknown variable "stackrealign_flag"

when configuring for x86 on compilers that do not support any of the checked stackalign flags.

Merge request reports