Commit 1d0ed515 authored by Rafaël Carré's avatar Rafaël Carré

contribs: libass depends on freetype

parent a2f88e0e
...@@ -2422,7 +2422,7 @@ libass: ...@@ -2422,7 +2422,7 @@ libass:
$(GIT) clone $(ASS_GIT) $(GIT) clone $(ASS_GIT)
(cd $@; autoreconf -ivf) (cd $@; autoreconf -ivf)
.libass: libass .libass: libass .freetype
(cd $<; $(HOSTCC) ./configure --disable-png $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -O3" && make && make install) (cd $<; $(HOSTCC) ./configure --disable-png $(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