Skip to content

meson: Fix missing CPUID detection for x86* builds

amyspark requested to merge amyspark/libvpx:fix-missing-cpuid-detection into meson

Hi all,

This MR fixes a crash with illegal instruction on non-Intel or pre-AVX512 CPUs when attempting to encode or decode a stream.

It also fixes three typos when applying the correct instruction set to the individual static libraries.

Merge request reports