# Note: depends on pkg-config
# Note: depends on curl for https-support in git
# Note: depends on git
# Note: depends on autoconf
# Note: depends on automake
# Note: depends on libtool
git clone https://github.com/xiph/speexdsp.git
cd speexdsp
git checkout 85e8ad5432eb9333f727e7b18c97995317eabf02 # Known good revision
./autogen.sh
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install