Commit 70bf798d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: correctly compile libass for iOS

parent 39c89728
...@@ -11,9 +11,14 @@ ifdef HAVE_ANDROID ...@@ -11,9 +11,14 @@ ifdef HAVE_ANDROID
WITH_FONTCONFIG = 0 WITH_FONTCONFIG = 0
WITH_HARFBUZZ = 0 WITH_HARFBUZZ = 0
else else
ifdef HAVE_IOS
WITH_FONTCONFIG = 0
WITH_HARFBUZZ = 1
else
WITH_FONTCONFIG = 1 WITH_FONTCONFIG = 1
WITH_HARFBUZZ = 1 WITH_HARFBUZZ = 1
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