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

contrib: add speexdsp

Like vorbisenc, this does not actually build anything. It merely pulls
speex if speexdsp is not available in the distro, even if speex is.
parent 32f5d458
No related merge requests found
......@@ -23,3 +23,19 @@ speex: speex-$(SPEEX_VERSION).tar.gz .sum-speex
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --without-ogg
cd $< && $(MAKE) install
touch $@
# Speex DSP
PKGS += speexdsp
PKGS_ALL += speexdsp
ifeq ($(call need_pkg,"speexdsp"),)
PKGS_FOUND += speexdsp
endif
.sum-speexdsp: .sum-speex
touch -r $< $@
DEPS_speexdsp = speex $(DEPS_speex)
.speexdsp:
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