[vlc-devel] commit: contribs: fixed libass compilation ( Felix Paul Kühne )

git version control git at videolan.org
Wed Jul 29 14:09:41 CEST 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Jul 29 14:09:05 2009 +0200| [d4304a6372e0c38ebe9b3c1b5704ee8d33e69e53] | committer: Felix Paul Kühne 

contribs: fixed libass compilation

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

 extras/contrib/src/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index ff55e20..4804d78 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -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)




More information about the vlc-devel mailing list