Commit 50cecd0a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: libass needs fontconfig

Pointed by linkfanel
parent a0873b2c
...@@ -2393,7 +2393,7 @@ libass: libass-$(ASS_VERSION).tar.gz ...@@ -2393,7 +2393,7 @@ libass: libass-$(ASS_VERSION).tar.gz
$(EXTRACT_GZ) $(EXTRACT_GZ)
(cd $@; autoreconf -ivf) (cd $@; autoreconf -ivf)
.libass: libass .freetype .libass: libass .freetype .fontconfig
(cd $<; $(HOSTCC) ./configure --disable-png --disable-shared $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -O3" && make && make install) (cd $<; $(HOSTCC) ./configure --disable-png --disable-shared $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -O3" && make && make install)
touch $@ touch $@
......
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