]> git.sesse.net Git - vlc/commitdiff
contrib/src/Makefile: fixed cross compiling of twolame
authorEric Petit <titer@videolan.org>
Fri, 13 May 2005 08:33:18 +0000 (08:33 +0000)
committerEric Petit <titer@videolan.org>
Fri, 13 May 2005 08:33:18 +0000 (08:33 +0000)
extras/contrib/src/Makefile

index 4c38a5cc75ef14331517107af42f42365ba1a82c..4a04267f9111ea76199a91827f44dd7852534963 100644 (file)
@@ -1027,7 +1027,7 @@ twolame: twolame-$(TWOLAME_VERSION).tar.gz
        $(EXTRACT_GZ)
 
 .twolame: twolame
-       (cd twolame; ./configure --prefix=$(PREFIX) && make && make install)
+       (cd twolame; ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
        $(INSTALL_NAME)
        touch $@