[vlc-commits] contrib: use speexdsp 1.2rc2

Tristan Matthews git at videolan.org
Sun Dec 7 00:12:00 CET 2014


vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Sat Dec  6 18:08:35 2014 -0500| [67066bf6dccc61ff15b6385dd80451a025a5217d] | committer: Tristan Matthews

contrib: use speexdsp 1.2rc2

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

 contrib/src/speexdsp/rules.mak |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/contrib/src/speexdsp/rules.mak b/contrib/src/speexdsp/rules.mak
index 3cc2b15..6c07a31 100644
--- a/contrib/src/speexdsp/rules.mak
+++ b/contrib/src/speexdsp/rules.mak
@@ -1,25 +1,20 @@
 # speexdsp
 
-SPEEXDSP_VERSION := git
-SPEEXDSP_HASH := HEAD
-SPEEXDSP_GITURL := http://git.xiph.org/?p=speexdsp.git;a=snapshot;h=$(SPEEXDSP_HASH);sf=tgz
+SPEEXDSP_VERSION := 1.2rc2
+SPEEXDSP_URL := http://downloads.us.xiph.org/releases/speex/speexdsp-$(SPEEXDSP_VERSION).tar.gz
 
 PKGS += speexdsp
 ifeq ($(call need_pkg,"speexdsp"),)
 PKGS_FOUND += speexdsp
 endif
 
-$(TARBALLS)/speexdsp-git.tar.gz:
-	$(call download,$(SPEEXDSP_GITURL))
+$(TARBALLS)/speexdsp-$(SPEEXDSP_VERSION).tar.gz:
+	$(call download,$(SPEEXDSP_URL))
 
 .sum-speexdsp: speexdsp-$(SPEEXDSP_VERSION).tar.gz
-	$(warning $@ not implemented)
-	touch $@
 
 speexdsp: speexdsp-$(SPEEXDSP_VERSION).tar.gz .sum-speexdsp
-	rm -Rf $@-git $@
-	mkdir -p $@-git
-	$(ZCAT) "$<" | (cd $@-git && tar xv --strip-components=1)
+	$(UNPACK)
 	$(MOVE)
 
 SPEEXDSP_CONF := --enable-resample-full-sinc-table --disable-examples



More information about the vlc-commits mailing list