Skip to content
Snippets Groups Projects
Commit ef4c2653 authored by Marvin Scholz's avatar Marvin Scholz Committed by Jean-Baptiste Kempf
Browse files

macosx/package: Package libbluray jar


(cherry picked from commit 1c9a6491)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c4171455
No related branches found
Tags 3.0.0
No related merge requests found
......@@ -56,6 +56,8 @@ endif
## Copy plugins
mkdir -p $@/Contents/MacOS/plugins
find $(prefix)/lib/vlc/plugins -name 'lib*_plugin.dylib' -maxdepth 2 -exec cp -a {} $@/Contents/MacOS/plugins \;
## Copy libbluray jar
find "$(CONTRIB_DIR)/share/java/" -name 'libbluray-j2se-*.jar' -maxdepth 1 -exec cp -a {} $@/Contents/MacOS/plugins \;
## Install binary
cp $(prefix)/bin/vlc $@/Contents/MacOS/VLC
## Generate plugin cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment