1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00

explicit hack. please underage hackers do not look

fix lame
This commit is contained in:
Christophe Mutricy 2006-03-02 23:40:17 +00:00
parent d318f09ca2
commit 2310963d9e

View 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)