Skip to content

audio: Merge simd libs into the main one

Copied from https://gitlab.freedesktop.org//gstreamer/gst-plugins-base/-/merge_requests/636

Actually extract the .o objects from the convience libraries and put them into the main one. Without this, they will just be referenced by the .pc file, but it will be unusable because they are not installed.

Merge request reports