[vlc-commits] Contribs: enable ass for WinRT without fontconfig

Jean-Baptiste Kempf git at videolan.org
Mon Mar 24 14:34:09 CET 2014


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar 10 20:16:02 2014 +0100| [4af619388fa588405ef8fc2ad7c810bed4285e0f] | committer: Jean-Baptiste Kempf

Contribs: enable ass for WinRT without fontconfig

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4af619388fa588405ef8fc2ad7c810bed4285e0f
---

 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 e85c048..507064a 100644
--- a/contrib/src/ass/rules.mak
+++ b/contrib/src/ass/rules.mak
@@ -15,10 +15,15 @@ ifdef HAVE_IOS
 WITH_FONTCONFIG = 0
 WITH_HARFBUZZ = 1
 else
+ifdef HAVE_WINRT
+WITH_FONTCONFIG = 0
+WITH_HARFBUZZ = 1
+else
 WITH_FONTCONFIG = 1
 WITH_HARFBUZZ = 1
 endif
 endif
+endif
 
 $(TARBALLS)/libass-$(ASS_VERSION).tar.gz:
 	$(call download,$(ASS_URL))



More information about the vlc-commits mailing list