diff --git a/extras/package/macosx/package.mak b/extras/package/macosx/package.mak
index 157739a4a6abc1ab4d1d81deb378fa7c5c1cc62c..06db18cd2d4970337364e3eff059d55d852a12d4 100644
--- a/extras/package/macosx/package.mak
+++ b/extras/package/macosx/package.mak
@@ -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