soup: Load the runtime library, not the development library
authorNirbheek Chauhan <nirbheek@centricular.com>
Wed, 9 Mar 2022 06:47:11 +0000 (12:17 +0530)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 10 Mar 2022 07:44:54 +0000 (07:44 +0000)
commit40efef1fac1fa177387af4aedbc078040bb8f44a
tree9569e3ac6445bb3b911831dd1ed364af2aaf8cdd
parentb6303c46b79dea2e40177c7b236980c19c8b3d1b
soup: Load the runtime library, not the development library

libsoup-2.4.so / libsoup-3.0.so are symlinks installed by development
packages, they are not available at runtime.

Also eliminate G_MODULE_SUFFIX since it's not useful for us, and is
actually incorrect on macOS anyway.

Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1071

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1899>
subprojects/gst-plugins-good/ext/soup/gstsouploader.c