index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
libspeex
/
libspeex.make
(
unfollow
)
Commit message (
Expand
)
Author
2012-04-25
Add codecs to librbcodec.
Sean Bartell
2012-03-28
build system: completely autodetect target cpu architecture.
Thomas Martitz
2011-06-02
Build the voice codec speex with core -O switch to save size on targets using...
Nils Wallménius
2010-12-27
Redo r28026 so that all .S files get the __ASSEMBLER__ define.
Thomas Martitz
2009-11-29
Oops, correct typo that made the previous commit useless
Nils Wallménius
2009-11-29
Disable strict aliasing for speex for now to get rid of warnings, some very n...
Nils Wallménius
2009-03-01
Silence warning from 'ar' if the archive had to be created.
Jens Arnold
2009-02-23
Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...
Daniel Stenberg
2008-12-15
Better file suffix replacement. Bug fix by Nils Wallménius. Closes FS #9644.
Björn Stenberg
2008-11-25
Added 'keywords' and 'eol-style' properties.
Björn Stenberg
2008-11-20
Remove .a files before running ar, to avoid problems with renamed files remai...
Björn Stenberg
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg