From e1990c9315babe3a526ebe3ce265b7b96861da50 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Wed, 18 Oct 2023 20:46:24 +0200 Subject: [PATCH] macgstcopy: Add rpath to gst plugin scanner --- dist/macos/macgstcopy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/macos/macgstcopy.sh b/dist/macos/macgstcopy.sh index 56b8d7448..8d1638733 100755 --- a/dist/macos/macgstcopy.sh +++ b/dist/macos/macgstcopy.sh @@ -59,6 +59,7 @@ else fi cp -v -f "${GST_PLUGIN_SCANNER}" "${bundledir}/Contents/PlugIns/" || exit 1 +install_name_tool -add_rpath "@loader_path/../Frameworks" "${bundledir}/Contents/PlugIns/$(basename ${GST_PLUGIN_SCANNER})" || exit 1 gst_plugins=" libgstaes