Commit 3e5cbc8c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Libass tests needs libpng

parent 44370bcc
...@@ -2471,7 +2471,7 @@ ifneq ($(HOST),$(BUILD)) ...@@ -2471,7 +2471,7 @@ ifneq ($(HOST),$(BUILD))
cd $@; autoconf cd $@; autoconf
endif endif
.libass: libass .libass: libass .png
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -O3" && make && make install) (cd $<; $(HOSTCC) ./configure $(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