Commit 8f77cb70 authored by Christophe Mutricy's avatar Christophe Mutricy

Fix libtwolame contrib:

*download the missing file
*build only the lib
parent 1c958f25
......@@ -1453,7 +1453,10 @@ ifdef HAVE_DARWIN_OS
endif
.twolame: twolame
(cd twolame; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
ifdef HAVE_WIN32
(cd twolame/win32; wget "http://twolame.svn.sourceforge.net/viewvc/*checkout*/twolame/trunk/win32/winutil.h")
endif
(cd twolame; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && cd libtwolame && make && make install)
$(INSTALL_NAME)
touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment