Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Speex
Commits
35ec6550
Commit
35ec6550
authored
Dec 23, 2009
by
slicer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s/svn/git/ in a few places
parent
2b732e49
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
INSTALL
INSTALL
+1
-1
README.blackfin
README.blackfin
+3
-3
No files found.
INSTALL
View file @
35ec6550
...
...
@@ -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".
README.blackfin
View file @
35ec6550
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment