]> git.sesse.net Git - vlc/commitdiff
contrib: no need to build the whole of twolame
authorGildas Bazin <gbazin@videolan.org>
Tue, 9 Feb 2010 21:45:57 +0000 (21:45 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 24 Feb 2010 22:22:04 +0000 (22:22 +0000)
extras/contrib/src/Makefile

index 1f91437e5576c5a88ee3bc9eb4e97ad333eb7445..472598fb53f5b469df9d51798cdc4c31d7c17a11 100644 (file)
@@ -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 $@