Skip to content

gl: add structs to the abi check

Matthew Waters requested to merge ystreet/gst-plugins-base:gl-abi-check into master

commit 3d352490

tests: add gl structs to abi check

Tested on x86, x86_64, armv7l, aarch64.

commit 505d881a

build: use cpu_family for arch checks

e.g. on 32-bit arm, we may have armv6, armv7l, armv7hf, etc which all
generally have the same layouts.  cpu_family() groups all of these into
just 'arm' that the ABI check table is expecting.

Merge request reports