[vlc-commits] Contribs: libass, fix compilation on broken OSes

Jean-Baptiste Kempf git at videolan.org
Tue Oct 13 15:35:02 CEST 2015


vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Oct  8 15:25:31 2015 +0200| [2403e0ea5b0622278f297fa86ac8b949d9aa8b10] | committer: Felix Paul Kühne

Contribs: libass, fix compilation on broken OSes

(cherry picked from commit 54cb2afdd1d3887775edb435bcd52a7e6a9d693d)

Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=2403e0ea5b0622278f297fa86ac8b949d9aa8b10
---

 contrib/src/ass/rules.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/ass/rules.mak b/contrib/src/ass/rules.mak
index f97ab53..155b971 100644
--- a/contrib/src/ass/rules.mak
+++ b/contrib/src/ass/rules.mak
@@ -43,7 +43,7 @@ ASS_CONF=--disable-enca
 ifneq ($(WITH_FONTCONFIG), 0)
 DEPS_ass += fontconfig $(DEPS_fontconfig)
 else
-ASS_CONF += --disable-fontconfig
+ASS_CONF += --disable-fontconfig --disable-require-system-font-provider
 endif
 
 ifneq ($(WITH_HARFBUZZ), 0)



More information about the vlc-commits mailing list