vlc | branch: master | Konstantin Pavlov <[email protected]> | Mon Nov 22 23:38:44 2010 +0300| [01dbb084e4d7d2b56856d3637aea9c4a9ae26e0a] | committer: Konstantin Pavlov
Contrib: point ACLOCAL to appropriate place for tremor. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=01dbb084e4d7d2b56856d3637aea9c4a9ae26e0a --- extras/contrib/src/contrib-src.mak | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/extras/contrib/src/contrib-src.mak b/extras/contrib/src/contrib-src.mak index af937f9..af06c3a 100644 --- a/extras/contrib/src/contrib-src.mak +++ b/extras/contrib/src/contrib-src.mak @@ -661,7 +661,7 @@ tremor: tremor-$(TREMOR_VERSION).tar.bz2 endif .tremor: tremor .ogg - (cd $<; $(HOSTCC) ./autogen.sh $(HOSTCONF) --prefix=$(PREFIX) --disable-shared CFLAGS="$(NOTHUMB)" && make && make install) + (cd $<; ACLOCAL="aclocal -I $(PREFIX)/share/aclocal/" autoreconf && $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-shared CFLAGS="$(NOTHUMB)" && make && make install) $(INSTALL_NAME) touch $@ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
