[vlc-devel] commit: Libass tests needs libpng (Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Aug 11 22:56:09 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Aug 11 12:16:45 2008 -0700| [3e5cbc8c2b959da46d09af32e8fc0ec39cba6cd2] | committer: Jean-Baptiste Kempf
Libass tests needs libpng
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3e5cbc8c2b959da46d09af32e8fc0ec39cba6cd2
---
extras/contrib/src/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index cf634de..4c5a1b1 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2471,7 +2471,7 @@ ifneq ($(HOST),$(BUILD))
cd $@; autoconf
endif
-.libass: libass
+.libass: libass .png
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -O3" && make && make install)
touch $@
More information about the vlc-devel
mailing list