[vlc-commits] speex: comment out duplicate download rule

Rafaël Carré git at videolan.org
Mon Jan 23 03:51:51 CET 2012


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Jan 22 21:51:33 2012 -0500| [e63dd4e1e97b8131358306860707af568f72df10] | committer: Rafaël Carré

speex: comment out duplicate download rule

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e63dd4e1e97b8131358306860707af568f72df10
---

 contrib/src/speex/rules.mak |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/speex/rules.mak b/contrib/src/speex/rules.mak
index f071360..3f8979d 100644
--- a/contrib/src/speex/rules.mak
+++ b/contrib/src/speex/rules.mak
@@ -10,8 +10,8 @@ ifeq ($(call need_pkg,"speex >= 1.0.5"),)
 PKGS_FOUND += speex
 endif
 
-$(TARBALLS)/speex-$(SPEEX_VERSION).tar.gz:
-	$(call download,$(SPEEX_URL))
+#$(TARBALLS)/speex-$(SPEEX_VERSION).tar.gz:
+#	$(call download,$(SPEEX_URL))
 
 $(TARBALLS)/speex-git.tar.gz:
 	$(call download,$(SPEEX_GITURL))



More information about the vlc-commits mailing list