[vlc-commits] contrib: speex: fix git hash

Rafaël Carré git at videolan.org
Mon Dec 9 19:39:35 CET 2013


vlc/vlc-2.0 | branch: master | Rafaël Carré <funman at videolan.org> | Sat Dec  7 22:55:32 2013 +0100| [c7d6afecbd9bebe677580d118028dcaa5de757f7] | committer: Felix Paul Kühne

contrib: speex: fix git hash

Use the revision just before libspeexdsp split

(cherry picked from commit 7d72f09c93805b1046343d04e5c8e23c8ecb1590)
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>

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

 contrib/src/speex/rules.mak |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/contrib/src/speex/rules.mak b/contrib/src/speex/rules.mak
index 1bb9402..eae8b1c 100644
--- a/contrib/src/speex/rules.mak
+++ b/contrib/src/speex/rules.mak
@@ -3,7 +3,9 @@
 #SPEEX_VERSION := 1.2rc1
 #SPEEX_URL := http://downloads.us.xiph.org/releases/speex/speex-$(SPEEX_VERSION).tar.gz
 SPEEX_VERSION := git
-SPEEX_GITURL := http://git.xiph.org/?p=speex.git;a=snapshot;h=HEAD;sf=tgz
+SPEEX_HASH := a6d05eb
+#SPEEX_HASH := HEAD
+SPEEX_GITURL := http://git.xiph.org/?p=speex.git;a=snapshot;h=$(SPEEX_HASH);sf=tgz
 
 PKGS += speex
 ifeq ($(call need_pkg,"speex >= 1.0.5"),)



More information about the vlc-commits mailing list