summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-05-14 17:10:54 +0000
committerLennart Poettering <lennart@poettering.net>2007-05-14 17:10:54 +0000
commit8255e1efdff756ad3ea18d2ad626fe565cdea6fb (patch)
tree626edc662a840088b0e0c8fbff8c57b50f480e58 /Makefile
parenta68ee34ebfbbc6e6bc653aadc284264e10694930 (diff)
update speex from upstream SVN
git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@18 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
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