[vlc-commits] contrib: add speexdsp

Rémi Denis-Courmont git at videolan.org
Wed Oct 19 17:25:31 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Oct 18 18:41:09 2011 +0300| [77e3e70962483dbed3365260f7b8b89a769db4bf] | committer: 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.

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

 contrib/src/speex/rules.mak |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/contrib/src/speex/rules.mak b/contrib/src/speex/rules.mak
index d76ee93..08d7ade 100644
--- a/contrib/src/speex/rules.mak
+++ b/contrib/src/speex/rules.mak
@@ -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 $@



More information about the vlc-commits mailing list