Skip to content

soup: Reintroduce compile-time libsoup dependency for static builds

Philippe Normand requested to merge philn/gstreamer:soup-qui-bouge-pas into main

On Android (especially) and for static builds in general it is safer to link against libsoup and have the dynamic custom loading disabled. For those cases we can safely assume the application will use either libsoup2 or libsoup3 and not both.

Fixes #939 (closed)

Merge request reports