From c0e3c254dc3afed7d12fa1a6d3bad8c914f57ac9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 27 Jun 2008 22:26:27 +0200 Subject: add additional file when updating speex resampler --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- cgit