1
0
Fork 0
forked from len0rd/rockbox

Sync with Speex SVN. Syntactic change in filters_cf.S.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15310 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2007-10-26 01:16:55 +00:00
parent 14da611cd3
commit fa971b142d
28 changed files with 375 additions and 484 deletions

View file

@ -71,6 +71,7 @@ static void speex_free (void *ptr) {free(ptr);}
#include "speex/speex_resampler.h"
#include "misc.h"
#include "os_support.h"
#endif /* OUTSIDE_SPEEX */
#include <math.h>