[Android] [PATCH] contrib: disable harfbuzz on Android
Edward Wang
edward.c.wang at compdigitec.com
Mon Aug 13 02:15:35 CEST 2012
For consistency with 691e604cd61e5285e69faa6f99647f6bcea817ef, libass doesn't need harfbuzz on Android. (It doesn't build anyway.)
---
contrib/src/ass/rules.mak | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/src/ass/rules.mak b/contrib/src/ass/rules.mak
index 2d1099d..fa6f6d0 100644
--- a/contrib/src/ass/rules.mak
+++ b/contrib/src/ass/rules.mak
@@ -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))
--
1.7.5.4
More information about the Android
mailing list