Commit d4304a63 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: fixed libass compilation

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