[go: nahoru, domu]

blob: 4270d210f44752d98095c81b05611b1fa2097aa3 [file] [log] [blame]
Elliott Hughesaf8bb902018-06-26 16:57:59 -07001SpeexDSP has been ported to the Blackfin DSP, for the STAMP development board.
2
3This port has been tested on the STAMP development board and requires the
4toolchain available at http://blackfin.uclinux.org/
5
61/ In order to cross-compile for uClinux from the SpeexDSP tarball:
7
8 ./configure --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux
9 cd libspeexdsp
10 make
11
12The --enable-blackfin-asm option is not required, but it speeds up Speex by
13approximately a factor of two.
14
152/ In order to cross-compile for uClinux from the SpeexDSP git:
16
17 git clone git://git.xiph.org/speexdsp.git
18 cd speexdsp
19 ./autogen.sh
20 ./configure --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux
21 cd libspeexdsp
22 make