]> git.sesse.net Git - vlc/commitdiff
explicit hack. please underage hackers do not look
authorChristophe Mutricy <xtophe@videolan.org>
Thu, 2 Mar 2006 23:40:17 +0000 (23:40 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 2 Mar 2006 23:40:17 +0000 (23:40 +0000)
fix lame

extras/contrib/src/Makefile

index fae014d85a18b5d13f4a39ba8e0a18fdd2632b25..bd49fb8ad2bd00088a1f6ed074e74ea44a7a76e1 100644 (file)
@@ -784,6 +784,7 @@ lame-$(LAME_VERSION).tar.gz:
 
 lame: lame-$(LAME_VERSION).tar.gz
        $(EXTRACT_GZ)
+       rm -rf lame;  mv lame-3.97 lame; touch lame
 
 .lame: lame
        (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-analyser-hooks --disable-decoder --disable-shared --disable-gtktest --disable-frontend && make && make install)