Commit ace877b7 authored by Naohiro KORIYAMA's avatar Naohiro KORIYAMA Committed by Jean-Baptiste Kempf

libass: added HarfBuzz support

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 09ce97e4
......@@ -13,6 +13,8 @@ else
WITH_FONTCONFIG = 1
endif
WITH_HARFBUZZ = 1
$(TARBALLS)/libass-$(ASS_VERSION).tar.gz:
$(call download,$(ASS_URL))
......@@ -32,6 +34,12 @@ else
ASS_CONF += --disable-fontconfig
endif
ifneq ($(WITH_HARFBUZZ), 0)
DEPS_ass += harfbuzz $(DEPS_harfbuzz)
else
ASS_CONF += --disable-harfbuzz
endif
.ass: libass
$(UPDATE_AUTOCONFIG)
cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -O3" ./configure $(HOSTCONF) $(ASS_CONF)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment