From 8f77cb70b92aa2ffc78d21aafcf0d8022b6ebac4 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Sun, 7 Jan 2007 16:04:18 +0000 Subject: [PATCH] Fix libtwolame contrib: *download the missing file *build only the lib --- extras/contrib/src/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 0647710566..faa05e634f 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -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 $@ -- GitLab