From 8255e1efdff756ad3ea18d2ad626fe565cdea6fb Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 14 May 2007 17:10:54 +0000 Subject: update speex from upstream SVN git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@18 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c9a3eda..bca4ec5 100644 --- a/Makefile +++ b/Makefile @@ -29,3 +29,8 @@ meta-name-table.h: meta-name-table.gperf Makefile fixme: find -name '*.c' -exec fgrep -H -A 3 -B 3 -i FIXME \{\} \; + +update-speex: + wget -O speex/speex_resampler.h http://svn.xiph.org/trunk/speex/include/speex/speex_resampler.h + wget -O speex/resample.c http://svn.xiph.org/trunk/speex/libspeex/resample.c + wget -O speex/arch.h http://svn.xiph.org/trunk/speex/libspeex/arch.h -- cgit