Commit 4af61938 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: enable ass for WinRT without fontconfig

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 2d6e30b5
...@@ -15,10 +15,15 @@ ifdef HAVE_IOS ...@@ -15,10 +15,15 @@ ifdef HAVE_IOS
WITH_FONTCONFIG = 0 WITH_FONTCONFIG = 0
WITH_HARFBUZZ = 1 WITH_HARFBUZZ = 1
else else
ifdef HAVE_WINRT
WITH_FONTCONFIG = 0
WITH_HARFBUZZ = 1
else
WITH_FONTCONFIG = 1 WITH_FONTCONFIG = 1
WITH_HARFBUZZ = 1 WITH_HARFBUZZ = 1
endif endif
endif endif
endif
$(TARBALLS)/libass-$(ASS_VERSION).tar.gz: $(TARBALLS)/libass-$(ASS_VERSION).tar.gz:
$(call download,$(ASS_URL)) $(call download,$(ASS_URL))
......
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