Commit 50764eac authored by Ludovic Fauvet's avatar Ludovic Fauvet

contribs: disable fontconfig and harfbuzz support for ass on tizen

parent c10e7654
...@@ -11,6 +11,10 @@ ifdef HAVE_ANDROID ...@@ -11,6 +11,10 @@ ifdef HAVE_ANDROID
WITH_FONTCONFIG = 0 WITH_FONTCONFIG = 0
WITH_HARFBUZZ = 0 WITH_HARFBUZZ = 0
else else
ifdef HAVE_TIZEN
WITH_FONTCONFIG = 0
WITH_HARFBUZZ = 0
else
ifdef HAVE_IOS ifdef HAVE_IOS
WITH_FONTCONFIG = 0 WITH_FONTCONFIG = 0
WITH_HARFBUZZ = 1 WITH_HARFBUZZ = 1
...@@ -24,6 +28,7 @@ WITH_HARFBUZZ = 1 ...@@ -24,6 +28,7 @@ WITH_HARFBUZZ = 1
endif endif
endif endif
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