Browse Source

package: macosx: Add vlc-preparser to macOS bundle

Add helper binary into VLC.app bundle into MacOS subdirectory, alongside
the main executable.
mmdevice-clean/8
David Fuhrmann 2 months ago
committed by Marvin Scholz
parent
commit
07ec33dfa7
  1. 2
      extras/package/macosx/package.mak

2
extras/package/macosx/package.mak

@ -66,6 +66,8 @@ endif
## Install binary
cp "$(macos_destdir)$(prefix)/bin/vlc" $@/Contents/MacOS/VLC
install_name_tool -rpath "$(libdir)" "@executable_path/../Frameworks/" $@/Contents/MacOS/VLC
cp "$(macos_destdir)$(pkglibexecdir)/vlc-preparser" $@/Contents/MacOS/
install_name_tool -rpath "$(libdir)" "@executable_path/../Frameworks/" $@/Contents/MacOS/vlc-preparser
## Generate plugin cache
if test "$(build)" = "$(host)"; then \
VLC_LIB_PATH="$@/Contents/Frameworks" bin/vlc-cache-gen $@/Contents/Frameworks/plugins ; \

Loading…
Cancel
Save