mirror of
https://github.com/videolan/vlc.git
synced 2025-01-22 15:47:59 +08:00
contrib: speex: fix git hash
Use the revision just before libspeexdsp split
This commit is contained in:
parent
c8a17e17a3
commit
7d72f09c93
@ -3,7 +3,9 @@
|
|||||||
#SPEEX_VERSION := 1.2rc1
|
#SPEEX_VERSION := 1.2rc1
|
||||||
#SPEEX_URL := http://downloads.us.xiph.org/releases/speex/speex-$(SPEEX_VERSION).tar.gz
|
#SPEEX_URL := http://downloads.us.xiph.org/releases/speex/speex-$(SPEEX_VERSION).tar.gz
|
||||||
SPEEX_VERSION := git
|
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
|
PKGS += speex
|
||||||
ifeq ($(call need_pkg,"speex >= 1.0.5"),)
|
ifeq ($(call need_pkg,"speex >= 1.0.5"),)
|
||||||
|
Loading…
Reference in New Issue
Block a user