diff options
| author | Dan Everton <dan@iocaine.org> | 2007-02-10 11:44:26 +0000 |
|---|---|---|
| committer | Dan Everton <dan@iocaine.org> | 2007-02-10 11:44:26 +0000 |
| commit | 7bf62e8da66ca8ff0acc2702f92ea4fe06eb94b1 (patch) | |
| tree | c9db4558a73ae3094839c4655fa0b8ebc2231c56 /apps/codecs/libspeex/SOURCES | |
| parent | 51587512635a8b19e6a5f19a20074d0d4d1f17da (diff) | |
| download | rockbox-7bf62e8da66ca8ff0acc2702f92ea4fe06eb94b1.zip rockbox-7bf62e8da66ca8ff0acc2702f92ea4fe06eb94b1.tar.gz rockbox-7bf62e8da66ca8ff0acc2702f92ea4fe06eb94b1.tar.bz2 rockbox-7bf62e8da66ca8ff0acc2702f92ea4fe06eb94b1.tar.xz | |
* 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
Diffstat (limited to 'apps/codecs/libspeex/SOURCES')
| -rw-r--r-- | apps/codecs/libspeex/SOURCES | 65 |
1 files changed, 36 insertions, 29 deletions
diff --git a/apps/codecs/libspeex/SOURCES b/apps/codecs/libspeex/SOURCES index 6bc2ab7..16168b0 100644 --- a/apps/codecs/libspeex/SOURCES +++ b/apps/codecs/libspeex/SOURCES @@ -1,38 +1,45 @@ -nb_celp.c -sb_celp.c -lpc.c -ltp.c -lsp.c -quant_lsp.c -lsp_tables_nb.c -gain_table.c -gain_table_lbr.c -cb_search.c -filters.c bits.c -modes.c -speex.c -vq.c -high_lsp_tables.c -vbr.c -hexc_table.c +cb_search.c +exc_10_16_table.c +exc_10_32_table.c +exc_20_32_table.c exc_5_256_table.c exc_5_64_table.c exc_8_128_table.c -exc_10_32_table.c -exc_10_16_table.c -exc_20_32_table.c +fftwrap.c +filterbank.c +filters.c +gain_table.c +gain_table_lbr.c hexc_10_32_table.c -misc.c -speex_header.c -speex_callbacks.c -math_approx.c -stereo.c -preprocess.c +hexc_table.c +high_lsp_tables.c jitter.c -mdf.c -fftwrap.c kiss_fft.c kiss_fftr.c -window.c +lbr_48k_tables.c +lpc.c +lsp.c +lsp_tables_nb.c +ltp.c +math_approx.c +mdf.c +medfilter.c +misc.c +modes.c +nb_celp.c oggframing.c +preprocess.c +quant_lsp.c +resample.c +rockbox.c +sb_celp.c +smallft.c +speex.c +speex_callbacks.c +speex_header.c +stereo.c +vbr.c +vorbis_psy.c +vq.c +window.c |