From f8f14d098275cf6fb70f9413d4f237708a838878 Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Sat, 6 Dec 2014 19:15:40 -0500 Subject: Updated README.blackfin for speexdsp --- README.blackfin | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.blackfin b/README.blackfin index 7e8d600..4270d21 100644 --- a/README.blackfin +++ b/README.blackfin @@ -1,21 +1,22 @@ -Speex has been ported to the Blackfin DSP, for the STAMP development board. +SpeexDSP has been ported to the Blackfin DSP, for the STAMP development board. This port has been tested on the STAMP development board and requires the toolchain available at http://blackfin.uclinux.org/ -1/ In order to cross-compile for uClinux from the Speex tarball: +1/ In order to cross-compile for uClinux from the SpeexDSP tarball: ./configure --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux - cd libspeex + cd libspeexdsp make The --enable-blackfin-asm option is not required, but it speeds up Speex by approximately a factor of two. -2/ In order to cross-compile for uClinux from the Speex SVN: +2/ In order to cross-compile for uClinux from the SpeexDSP git: - svn co http://svn.xiph.org/trunk/speex speex-trunk - cd speex-trunk - ./autogen.sh --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux - cd libspeex + git clone git://git.xiph.org/speexdsp.git + cd speexdsp + ./autogen.sh + ./configure --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux + cd libspeexdsp make -- cgit v1.2.3