[xiph-commits] r11446 - trunk/speex

jm at svn.xiph.org jm at svn.xiph.org
Sun May 28 02:22:01 PDT 2006


Author: jm
Date: 2006-05-28 02:21:58 -0700 (Sun, 28 May 2006)
New Revision: 11446

Modified:
   trunk/speex/README.blackfin
Log:
README.blackfin update


Modified: trunk/speex/README.blackfin
===================================================================
--- trunk/speex/README.blackfin	2006-05-27 23:45:00 UTC (rev 11445)
+++ trunk/speex/README.blackfin	2006-05-28 09:21:58 UTC (rev 11446)
@@ -4,14 +4,14 @@
 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)



More information about the commits mailing list