VS2008 project files.
[xiph/unicode.git] / speex / README.blackfin
blob7e8d600a4ae4236d16b80c587899cbc0440644ea
1 Speex has been ported to the Blackfin DSP, for the STAMP development board.
3 This port has been tested on the STAMP development board and requires the 
4 toolchain available at http://blackfin.uclinux.org/
6 1/ In order to cross-compile for uClinux from the Speex tarball:
8   ./configure --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux
9   cd libspeex
10   make
12 The --enable-blackfin-asm option is not required, but it speeds up Speex by
13 approximately a factor of two.
15 2/ In order to cross-compile for uClinux from the Speex SVN:
17   svn co http://svn.xiph.org/trunk/speex speex-trunk
18   cd speex-trunk
19   ./autogen.sh --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux
20   cd libspeex
21   make