Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2006-05-28 13:21:58 +0400
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2006-05-28 13:21:58 +0400
commit098d3def8eec879c47ed7b7e82596e013a7a2bc1 (patch)
tree562f97496e08baa560b62c364fe2a3814cd47cfa /README.blackfin
parent1f776360113d888e490b46d0113699cf4c02afa9 (diff)
README.blackfin update
git-svn-id: http://svn.xiph.org/trunk/speex@11446 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'README.blackfin')
-rw-r--r--README.blackfin10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.blackfin b/README.blackfin
index 3cebcb6..0bcf78e 100644
--- a/README.blackfin
+++ b/README.blackfin
@@ -4,14 +4,14 @@ This port has been tested on the STAMP development board and requires the
toolchain available at http://blackfin.uclinux.org/
In order to cross-compile for uclinux:
-export CC=bfin-uclinux-gcc
-./configure --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux
-make
-make install
+
+ ./configure --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux
+ cd libspeex
+ make
The --enable-blackfin-asm option is not required, but it speeds up Speex by
approximately a factor of two.
If you're getting a crash when enabling --enable-blackfin-asm then your
toolchain (assembler in fact) is probably too old (a bug was fixed in the
-June 3rd build)
+June 3rd 2005 build)