Skip to content

opencv: move the dependency check to a single place

Copied from https://gitlab.freedesktop.org//gstreamer/gst-plugins-bad/-/merge_requests/1439

Previously we were checking for opencv dep in 2 different places, and the checks would vary in terms of how complex and exhaustive they were.

Move the check into the libs module and reuse the result later on.

This MR is based on top of !1438 (merged) to avoid conflicts once said MR is merged.

Merge request reports