Commit 4bea14e2 authored by Edward Wang's avatar Edward Wang Committed by Rafaël Carré

contrib: disable harfbuzz on Android

For consistency with 691e604c, libass doesn't need harfbuzz on Android. (It doesn't build anyway.)
Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent e96fb7b8
......@@ -9,11 +9,11 @@ endif
ifdef HAVE_ANDROID
WITH_FONTCONFIG = 0
WITH_HARFBUZZ = 0
else
WITH_FONTCONFIG = 1
endif
WITH_HARFBUZZ = 1
endif
$(TARBALLS)/libass-$(ASS_VERSION).tar.gz:
$(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