vlc/vlc-2.2 | branch: master | Tristan Matthews <[email protected]> | Sat Jan 3 18:58:04 2015 -0500| [504775deaa810bddfffb48938af30164c1d8ef8e] | committer: Jean-Baptiste Kempf
contrib: use speexdsp 1.2rc3 (cherry picked from commit 2e4ecc1d7857b74e367a793c19f22cf638e64952) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=504775deaa810bddfffb48938af30164c1d8ef8e --- contrib/src/speexdsp/SHA512SUMS | 1 + contrib/src/speexdsp/rules.mak | 15 +++++---------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/contrib/src/speexdsp/SHA512SUMS b/contrib/src/speexdsp/SHA512SUMS new file mode 100644 index 0000000..954c812 --- /dev/null +++ b/contrib/src/speexdsp/SHA512SUMS @@ -0,0 +1 @@ +29dfa8345df025eeb076561648a9b5c0485692be699b6da3c2a3734b4329187a1c2eb181252f4df12b21f1309ecdf59797437dfb123d160fd723491ab216e858 speexdsp-1.2rc3.tar.gz diff --git a/contrib/src/speexdsp/rules.mak b/contrib/src/speexdsp/rules.mak index 3cc2b15..f02a7e8 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.2rc3 +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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
