Commit 130da2a0 authored by Sean McGovern's avatar Sean McGovern Committed by Jean-Baptiste Kempf

twolame: remove extra header download

The changes have already been merged into 0.3.13.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 7a06d63a
......@@ -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
.sum-twolame: twolame-$(TWOLAME_VERSION).tar.gz twolame-winutil.h
twolame: twolame-$(TWOLAME_VERSION).tar.gz twolame-winutil.h .sum-twolame
twolame: twolame-$(TWOLAME_VERSION).tar.gz .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)
......
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