Commit 54cb2afd authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: libass, fix compilation on broken OSes

parent e78da1e3
...@@ -49,7 +49,7 @@ ASS_CONF=--disable-enca ...@@ -49,7 +49,7 @@ ASS_CONF=--disable-enca
ifneq ($(WITH_FONTCONFIG), 0) ifneq ($(WITH_FONTCONFIG), 0)
DEPS_ass += fontconfig $(DEPS_fontconfig) DEPS_ass += fontconfig $(DEPS_fontconfig)
else else
ASS_CONF += --disable-fontconfig ASS_CONF += --disable-fontconfig --disable-require-system-font-provider
endif endif
ifneq ($(WITH_HARFBUZZ), 0) ifneq ($(WITH_HARFBUZZ), 0)
......
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