From: Gildas Bazin Date: Tue, 9 Feb 2010 21:45:57 +0000 (+0000) Subject: contrib: no need to build the whole of twolame X-Git-Tag: 1.1.0-pre1~688 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=49edd4a73b9a532583b3b29d56bba9f1ef01eb49;p=vlc contrib: no need to build the whole of twolame --- diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 1f91437e55..472598fb53 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 $@