vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu 
Oct 30 02:25:52 2014 +0100| [61419e6c8c463768acb49eb4c9d5983b43556c95] | 
committer: Jean-Baptiste Kempf

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

(cherry picked from commit ad0e12de52f552c8cfb3b3d60ee00a7246998c8d)
Signed-off-by: Jean-Baptiste Kempf <[email protected]>

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

 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/

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to