[vlc-commits] Contribs: correctly compile libass for iOS
Jean-Baptiste Kempf
git at videolan.org
Sun May 19 12:24:52 CEST 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 19 12:23:41 2013 +0200| [70bf798d98c82a8764c7d195e1b948a8142d1f12] | committer: Jean-Baptiste Kempf
Contribs: correctly compile libass for iOS
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=70bf798d98c82a8764c7d195e1b948a8142d1f12
---
contrib/src/ass/rules.mak | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/contrib/src/ass/rules.mak b/contrib/src/ass/rules.mak
index e9470e3..05ad6a6 100644
--- a/contrib/src/ass/rules.mak
+++ b/contrib/src/ass/rules.mak
@@ -11,9 +11,14 @@ ifdef HAVE_ANDROID
WITH_FONTCONFIG = 0
WITH_HARFBUZZ = 0
else
+ifdef HAVE_IOS
+WITH_FONTCONFIG = 0
+WITH_HARFBUZZ = 1
+else
WITH_FONTCONFIG = 1
WITH_HARFBUZZ = 1
endif
+endif
$(TARBALLS)/libass-$(ASS_VERSION).tar.gz:
$(call download,$(ASS_URL))
More information about the vlc-commits
mailing list