summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-06-27 22:26:27 +0200
committerLennart Poettering <lennart@poettering.net>2008-06-27 22:26:27 +0200
commitc0e3c254dc3afed7d12fa1a6d3bad8c914f57ac9 (patch)
treeb823b0dd92b0174a21ba05ff03ea9a63837441a2
parent32fce4debb8b1eed26d7c5ba7ca807479cc47e99 (diff)
add additional file when updating speex resampler
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0c81411f..3d6e0fc6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1591,6 +1591,7 @@ update-speex:
wget -O pulsecore/speex/resample.c http://svn.xiph.org/trunk/speex/libspeex/resample.c
wget -O pulsecore/speex/arch.h http://svn.xiph.org/trunk/speex/libspeex/arch.h
wget -O pulsecore/speex/fixed_generic.h http://svn.xiph.org/trunk/speex/libspeex/fixed_generic.h
+ wget -O pulsecore/speex/stack_alloc.h http://svn.xiph.org/trunk/speex/libspeex/stack_alloc.h
update-ffmpeg:
wget -O pulsecore/ffmpeg/resample2.c http://svn.mplayerhq.hu/ffmpeg/trunk/libavcodec/resample2.c?view=co