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

Rafaël Carré git at videolan.org
Mon Jan 23 11:01:28 CET 2012


vlc/vlc-1.2 | branch: master | Rafaël Carré <funman at videolan.org> | Sun Jan 22 21:51:33 2012 -0500| [9b49e1490b8582655e3f11bb8c047f166b23e3ad] | committer: Jean-Baptiste Kempf

speex: comment out duplicate download rule
(cherry picked from commit e63dd4e1e97b8131358306860707af568f72df10)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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