[vlc-commits] macosx/package: Package libbluray jar
Marvin Scholz
git at videolan.org
Thu Feb 8 15:58:32 CET 2018
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Thu Feb 8 15:58:14 2018 +0100| [1c9a6491a01a3bb5b27253769055e32d0364b3e6] | committer: Marvin Scholz
macosx/package: Package libbluray jar
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1c9a6491a01a3bb5b27253769055e32d0364b3e6
---
extras/package/macosx/package.mak | 2 ++
1 file changed, 2 insertions(+)
diff --git a/extras/package/macosx/package.mak b/extras/package/macosx/package.mak
index b92d787d40..2b9b569abc 100644
--- a/extras/package/macosx/package.mak
+++ b/extras/package/macosx/package.mak
@@ -50,6 +50,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
More information about the vlc-commits
mailing list