Skip to content

meson: add abi configuration for meson build

Sohwna Park requested to merge bleetoteelb/gst-plugins-base:meson_fix into master

ABI configuration code in meson.build is from gstreamer 'meson.build' This configuration is for "libs_libsabi" meson test.

This test result is pass now because there is no machine config.(sth like HAVE_CPU_I386...) It makes test didn't even start to check.

I checked that the actual result is pass with added configuration.

Merge request reports