1
0
Fork 0
forked from len0rd/rockbox

Sync Speex to SVN.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15750 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2007-11-22 01:29:14 +00:00
parent 14ac7cafc8
commit 57a27c69a9
17 changed files with 375 additions and 328 deletions

View file

@ -48,7 +48,7 @@
static inline spx_int32_t le_int(spx_int32_t i)
{
#ifdef ROCKBOX
return letoh32(i);
return letoh32(i);
#elif !defined(__LITTLE_ENDIAN__) && ( defined(WORDS_BIGENDIAN) || defined(__BIG_ENDIAN__) )
spx_uint32_t ui, ret;
ui = i;