mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
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> |
||
---|---|---|
.. | ||
dash | ||
hls | ||
mss | ||
downloadhelper.c | ||
downloadhelper.h | ||
downloadrequest.c | ||
downloadrequest.h | ||
gstadaptivedemux-period.c | ||
gstadaptivedemux-private.h | ||
gstadaptivedemux-stream.c | ||
gstadaptivedemux-stream.h | ||
gstadaptivedemux-track.c | ||
gstadaptivedemux-types.h | ||
gstadaptivedemux.c | ||
gstadaptivedemux.h | ||
gstadaptivedemuxelement.c | ||
gstadaptivedemuxelements.h | ||
gstadaptivedemuxutils.c | ||
gstadaptivedemuxutils.h | ||
gstisoff.c | ||
gstisoff.h | ||
meson.build | ||
plugin.c |