[vlc-commits] Win32: copy the BD-J jar to the release folder

Jean-Baptiste Kempf git at videolan.org
Thu Oct 30 20:46:25 CET 2014


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Oct 30 02:25:52 2014 +0100| [ad0e12de52f552c8cfb3b3d60ee00a7246998c8d] | committer: Jean-Baptiste Kempf

Win32: copy the BD-J jar to the release folder

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ad0e12de52f552c8cfb3b3d60ee00a7246998c8d
---

 extras/package/win32/package.mak |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/extras/package/win32/package.mak b/extras/package/win32/package.mak
index c2a683b..ce54e16 100644
--- a/extras/package/win32/package.mak
+++ b/extras/package/win32/package.mak
@@ -46,6 +46,9 @@ package-win-common: package-win-install build-npapi
 	cp -r $(prefix)/lib/vlc/plugins $(win32_destdir)
 	-cp -r $(prefix)/share/locale $(win32_destdir)
 
+# BD-J JAR
+	-cp $(CONTRIB_DIR)/share/java/*.jar $(win32_destdir)/plugins/access/
+
 if BUILD_LUA
 	mkdir -p $(win32_destdir)/lua/
 	cp -r $(prefix)/lib/vlc/lua/* $(prefix)/share/vlc/lua/* $(win32_destdir)/lua/



More information about the vlc-commits mailing list