[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: bluray: Enable bdjava for arm macOS again

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Tue Feb 15 08:09:05 UTC 2022



Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC


Commits:
58729fb1 by David Fuhrmann at 2022-02-13T19:19:30+01:00
contrib: bluray: Enable bdjava for arm macOS again

OpenJDK builds now exist for arm macOS, and both compilation and execution
of java blurays seem to work fine.

Closes #26023

(cherry picked from commit 25556bcb4eed9ba69ab0299af06e0e3235fbb2cd)

- - - - -


1 changed file:

- contrib/src/bluray/rules.mak


Changes:

=====================================
contrib/src/bluray/rules.mak
=====================================
@@ -41,14 +41,6 @@ ifndef WITH_OPTIMIZATION
 BLURAY_CONF += --disable-optimizations
 endif
 
-ifdef HAVE_MACOSX
-ifeq ($(ARCH),aarch64)
-# There is no Java yet for this OS/arch,
-# so let's disable it for now
-BLURAY_CONF += --disable-bdjava-jar
-endif
-endif
-
 $(TARBALLS)/libbluray-$(BLURAY_VERSION).tar.bz2:
 	$(call download,$(BLURAY_URL))
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/58729fb1b148d53b5fbaa90fa0762c303e4a5ca0

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/58729fb1b148d53b5fbaa90fa0762c303e4a5ca0
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list