]> git.sesse.net Git - vlc/commitdiff
Contribs: correctly compile libass for iOS
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 19 May 2013 10:23:41 +0000 (12:23 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 19 May 2013 10:23:41 +0000 (12:23 +0200)
contrib/src/ass/rules.mak

index e9470e37e0d85133335d43e28fbd3dde6b7e76a1..05ad6a62ffcacaef413fb903bf004434990ceb8e 100644 (file)
@@ -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))