[vlc-devel] commit: contrib: no need to build the whole of twolame (Gildas Bazin )

git version control git at videolan.org
Wed Feb 24 23:25:17 CET 2010


vlc | branch: master | Gildas Bazin <gbazin at videolan.org> | Tue Feb  9 21:45:57 2010 +0000| [49edd4a73b9a532583b3b29d56bba9f1ef01eb49] | committer: Gildas Bazin 

contrib: no need to build the whole of twolame

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

 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 1f91437..472598f 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1657,7 +1657,7 @@ ifdef HAVE_WIN32
 endif
 
 .twolame: twolame
-	(cd twolame; $(HOSTCC) CFLAGS="${CFLAGS}  -DLIBTWOLAME_STATIC" ./configure $(HOSTCONF) --prefix=$(PREFIX) &&  make && make install)
+	(cd twolame; $(HOSTCC) CFLAGS="${CFLAGS}  -DLIBTWOLAME_STATIC" ./configure $(HOSTCONF) --prefix=$(PREFIX) &&  cd libtwolame && make && make install && cd .. && make install-data)
 	$(INSTALL_NAME)
 	touch $@
 




More information about the vlc-devel mailing list