]> git.sesse.net Git - vlc/commitdiff
Win32: copy the BD-J jar to the release folder
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 30 Oct 2014 01:25:52 +0000 (02:25 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 30 Oct 2014 19:44:09 +0000 (20:44 +0100)
extras/package/win32/package.mak

index c2a683baac19754f0b9d1f91de457e31552d5103..ce54e16623e65696f13ffc7fb6b689914e09ccdd 100644 (file)
@@ -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/