[vlc-devel] commit: contribs: libass depends on freetype ( Rafaël Carré )

git version control git at videolan.org
Thu Oct 15 14:34:17 CEST 2009


vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Thu Oct 15 14:02:24 2009 +0200| [1d0ed5154e969bdee29b713b69b454c3c44ad455] | committer: Rafaël Carré 

contribs: libass depends on freetype

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1d0ed5154e969bdee29b713b69b454c3c44ad455
---

 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 54b8a0f..54e2ca3 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2422,7 +2422,7 @@ libass:
 	$(GIT) clone $(ASS_GIT)
 	(cd $@; autoreconf -ivf)
 
-.libass: libass
+.libass: libass .freetype
 	(cd $<; $(HOSTCC) ./configure --disable-png $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -O3" && make && make install)
 	touch $@
 




More information about the vlc-devel mailing list