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

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorslicer <slicer@mumble.hive.no>2009-12-23 03:57:00 +0300
committerslicer <slicer@mumble.hive.no>2009-12-23 03:57:00 +0300
commit35ec65508343ec64627850673a6d2674c704371c (patch)
treead09eaef31fc888e45b15182644dbd4284e9bde9
parent2b732e49ee34b1897f0b7c94252b7d92697dc3a5 (diff)
s/svn/git/ in a few places
-rw-r--r--INSTALL2
-rw-r--r--README.blackfin6
2 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index a2482ca..0b763d2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,5 +4,5 @@ Installing Speex is as easy as:
% make
% make install
-Note that if you are using the code from SVN, you will need to run "autogen.sh"
+Note that if you are using the code from Git, you will need to run "autogen.sh"
instead of "configure".
diff --git a/README.blackfin b/README.blackfin
index 7e8d600..5923e86 100644
--- a/README.blackfin
+++ b/README.blackfin
@@ -12,10 +12,10 @@ toolchain available at http://blackfin.uclinux.org/
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 Speex Git:
- svn co http://svn.xiph.org/trunk/speex speex-trunk
- cd speex-trunk
+ git clone git://git.xiph.org/speex.git
+ cd speex
./autogen.sh --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux
cd libspeex
make