Commit f033c284 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contribs: add speex

parent 2d537948
bdf1ddb2d60496ab220b94c1bec7a43f267fc964fdbb5cc9f24b71b9b571f237f5ce98c1d74b02699d71a95281f4694ff464ebec25e3b135244e5b3099cb1813 speex-1.2rc1.tar.gz
# speex
SPEEX_VERSION := 1.2rc1
SPEEX_URL := http://downloads.us.xiph.org/releases/speex/speex-$(SPEEX_VERSION).tar.gz
PKGS += speex
$(TARBALLS)/speex-$(SPEEX_VERSION).tar.gz:
$(DOWNLOAD) $(SPEEX_URL)
.sum-speex: $(TARBALLS)/speex-$(SPEEX_VERSION).tar.gz
$(CHECK_SHA512)
touch $@
speex: $(TARBALLS)/speex-$(SPEEX_VERSION).tar.gz .sum-speex
$(UNPACK_GZ)
mv $@-$(SPEEX_VERSION) $@
touch $@
# TODO: fixed point and ASM opts
.speex: speex
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --without-ogg
cd $< && $(MAKE) install
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment