vlc | branch: master | Ludovic Fauvet <[email protected]> | Fri Jul 17 17:17:12 2015 +0200| [50764eac2b459f9ac86c69e6484bee88d7681f45] | committer: Ludovic Fauvet
contribs: disable fontconfig and harfbuzz support for ass on tizen > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=50764eac2b459f9ac86c69e6484bee88d7681f45 --- 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 18280aa..966c9fd 100644 --- a/contrib/src/ass/rules.mak +++ b/contrib/src/ass/rules.mak @@ -11,6 +11,10 @@ ifdef HAVE_ANDROID WITH_FONTCONFIG = 0 WITH_HARFBUZZ = 0 else +ifdef HAVE_TIZEN +WITH_FONTCONFIG = 0 +WITH_HARFBUZZ = 0 +else ifdef HAVE_IOS WITH_FONTCONFIG = 0 WITH_HARFBUZZ = 1 @@ -24,6 +28,7 @@ WITH_HARFBUZZ = 1 endif endif endif +endif $(TARBALLS)/libass-$(ASS_VERSION).tar.gz: $(call download,$(ASS_URL)) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
