[vlc-devel] [PATCH] twolame: remove extra header download

Sean McGovern gseanmcg at gmail.com
Mon Jul 27 17:58:43 CEST 2015


The changes have already been merged into 0.3.13.
---
 contrib/src/twolame/rules.mak |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/contrib/src/twolame/rules.mak b/contrib/src/twolame/rules.mak
index 345bc23..8796448 100644
--- a/contrib/src/twolame/rules.mak
+++ b/contrib/src/twolame/rules.mak
@@ -13,16 +13,10 @@ endif
 $(TARBALLS)/twolame-$(TWOLAME_VERSION).tar.gz:
 	$(call download,$(TWOLAME_URL))
 
-$(TARBALLS)/twolame-winutil.h:
-	$(call download,"http://twolame.svn.sourceforge.net/viewvc/*checkout*/twolame/trunk/win32/winutil.h")
-
-.sum-twolame: twolame-$(TWOLAME_VERSION).tar.gz twolame-winutil.h
+.sum-twolame: twolame-$(TWOLAME_VERSION).tar.gz
 
 twolame: twolame-$(TWOLAME_VERSION).tar.gz twolame-winutil.h .sum-twolame
 	$(UNPACK)
-ifdef HAVE_WIN32
-	cp -f $(filter %winutil.h,$^) $@-$(TWOLAME_VERSION)/win32/winutil.h
-endif
 	$(UPDATE_AUTOCONFIG) && cd $(UNPACK_DIR) && cp config.guess config.sub build-scripts
 	$(MOVE)
 
-- 
1.7.9.2




More information about the vlc-devel mailing list