forked from len0rd/rockbox
* Sync Speex codec with Speex SVN revision 12449 (roughly Speex 1.2beta1).
* Redo the changes required to make Speex compile in Rockbox. Should be a bit easier to keep in sync with Speex SVN now. * Fix name of Speex library in codecs Makefile. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12254 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5158751263
commit
7bf62e8da6
70 changed files with 4847 additions and 3314 deletions
|
|
@ -20,9 +20,10 @@
|
|||
|
||||
#include "libspeex/speex/ogg.h"
|
||||
#include "libspeex/speex/speex.h"
|
||||
#include "libspeex/speex/speex_callbacks.h"
|
||||
#include "libspeex/speex/speex_header.h"
|
||||
#include "libspeex/speex/speex_stereo.h"
|
||||
#include "libspeex/speex/speex_callbacks.h"
|
||||
#include "libspeex/speex/speex_types.h"
|
||||
#include "codeclib.h"
|
||||
|
||||
#define MAX_FRAME_SIZE 2000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue