gstreamer/subprojects/gst-plugins-good/ext/adaptivedemux2
Nirbheek Chauhan c2db03a323 soup: Ensure that libsoup RPATHs are added with Homebrew too
With the old method of adding build RPATHs, only the libsoup as
a subproject was supported. However, it's possible to use Homebrew for
libsoup too by adding libsoup as a dependency to the target (even
though we don't link to it).

Apple ld will not add a LC_LOAD_DYLIB entry for a library unless there
are symbols that need it because meson passes `-dead_strip_dylibs`, so
we can do this without issue.

As a bonus, this ensures the correct build RPATHs in all cases.

Additionally, we still need to explicitly add an LC_RPATH for the
installed case.

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

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8403>
2025-02-09 14:25:31 +00:00
..
dash
hls docs: port plugins to explicit sources 2025-01-13 19:17:13 +01:00
mss
downloadhelper.c
downloadhelper.h
downloadrequest.c
downloadrequest.h
gstadaptivedemux-period.c
gstadaptivedemux-private.h
gstadaptivedemux-stream.c adaptivedemux2: Fix CLAMP usage 2025-01-13 12:51:45 +00:00
gstadaptivedemux-stream.h
gstadaptivedemux-track.c adaptivedemux2: Fix usage of GstClockTime vs GstClockTimeDiff 2025-01-13 08:08:00 +00:00
gstadaptivedemux-types.h
gstadaptivedemux.c adaptivedemux2: Add missing break 2025-01-13 08:08:00 +00:00
gstadaptivedemux.h
gstadaptivedemuxelement.c
gstadaptivedemuxelements.h
gstadaptivedemuxutils.c common: Stop using GQuark-based GstStructure name API 2024-09-26 19:21:29 +03:00
gstadaptivedemuxutils.h
gstisoff.c good: Clearly specify fallthrough in switch/case 2025-01-13 12:51:45 +00:00
gstisoff.h
meson.build soup: Ensure that libsoup RPATHs are added with Homebrew too 2025-02-09 14:25:31 +00:00
plugin.c