[vlc-commits] [Git][videolan/vlc][master] contrib: bluray: Enable bdjava for arm macOS again
Rémi Denis-Courmont (@Courmisch)
gitlab at videolan.org
Sat Feb 12 15:13:23 UTC 2022
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC
Commits:
25556bcb by David Fuhrmann at 2022-02-12T13:51:46+00: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
- - - - -
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/25556bcb4eed9ba69ab0299af06e0e3235fbb2cd
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/25556bcb4eed9ba69ab0299af06e0e3235fbb2cd
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