macgstcopy: Add rpath to gst plugin scanner
This commit is contained in:
1
dist/macos/macgstcopy.sh
vendored
1
dist/macos/macgstcopy.sh
vendored
@@ -59,6 +59,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cp -v -f "${GST_PLUGIN_SCANNER}" "${bundledir}/Contents/PlugIns/" || exit 1
|
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="
|
gst_plugins="
|
||||||
libgstaes
|
libgstaes
|
||||||
|
|||||||
Reference in New Issue
Block a user