[vlc-commits] [Git][videolan/vlc][master] contrib/ass: enable coretext on anyAppleOS
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Sat Jun 20 14:50:04 UTC 2026
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
f8dc762e by Felix Paul Kühne at 2026-06-20T15:24:46+02:00
contrib/ass: enable coretext on anyAppleOS
This solves ASS rendering by fixing the font lookup.
Regression from 3a3cd6f047
- - - - -
1 changed file:
- contrib/src/ass/rules.mak
Changes:
=====================================
contrib/src/ass/rules.mak
=====================================
@@ -16,6 +16,7 @@ WITH_FONTCONFIG = 0
else
ifdef HAVE_DARWIN_OS
WITH_FONTCONFIG = 0
+WITH_CORETEXT = 1
else
ifdef HAVE_WIN32
WITH_FONTCONFIG = 0
@@ -53,6 +54,10 @@ ifeq ($(WITH_DWRITE), 1)
ASS_CONF += -Ddirectwrite=enabled
endif
+ifeq ($(WITH_CORETEXT), 1)
+ASS_CONF += -Dcoretext=enabled
+endif
+
ifeq ($(WITH_ASS_ASM), 1)
ASS_CONF += -Dasm=enabled
endif
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f8dc762ea0bb640b4ef3d06f9279303c994d35cb
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f8dc762ea0bb640b4ef3d06f9279303c994d35cb
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