#!/bin/sh
cd ./lib/salsa-lib-0.0.26

./configure --prefix $PWD/../. --target mips-linux \
--host i686-linux CC=/opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc \
--with-alsa-devdir=/dev

make clean
make
make install

