[vlc-commits] [Git][videolan/vlc][master] package/win32: only install libbluray JARs in plugins/access

Steve Lhomme (@robUx4) gitlab at videolan.org
Tue Sep 1 07:15:41 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
03425fb4 by Steve Lhomme at 2026-09-01T06:12:19+00:00
package/win32: only install libbluray JARs in plugins/access

Similar to what is done on macOS.

It would be better to get the exact name to use for our version from
the pkg-config file [^1].

[^1]: https://code.videolan.org/videolan/libbluray/-/work_items/51

- - - - -


1 changed file:

- extras/package/win32/package.mak


Changes:

=====================================
extras/package/win32/package.mak
=====================================
@@ -83,7 +83,7 @@ if HAVE_NLS
 endif
 
 # BD-J JAR
-	-cp $(CONTRIB_DIR)/share/java/*.jar $(win32_destdir)/plugins/access/
+	-cp $(CONTRIB_DIR)/share/java/libbluray*.jar $(win32_destdir)/plugins/access/
 
 if BUILD_LUA
 	mkdir -p $(win32_destdir)/lua/



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/03425fb4761f02cac7f8223bf1d334da2c2ef687

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/03425fb4761f02cac7f8223bf1d334da2c2ef687
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list