diff options
| author | Sean Bartell <wingedtachikoma@gmail.com> | 2011-06-25 21:32:25 -0400 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2012-04-25 22:13:20 +0200 |
| commit | f40bfc9267b13b54e6379dfe7539447662879d24 (patch) | |
| tree | 9b20069d5e62809ff434061ad730096836f916f2 /apps/codecs/libspeex/SOURCES | |
| parent | a0009907de7a0107d49040d8a180f140e2eff299 (diff) | |
| download | rockbox-f40bfc9267b13b54e6379dfe7539447662879d24.zip rockbox-f40bfc9267b13b54e6379dfe7539447662879d24.tar.gz rockbox-f40bfc9267b13b54e6379dfe7539447662879d24.tar.bz2 rockbox-f40bfc9267b13b54e6379dfe7539447662879d24.tar.xz | |
Add codecs to librbcodec.
Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97
Reviewed-on: http://gerrit.rockbox.org/137
Reviewed-by: Nils Wallménius <nils@rockbox.org>
Tested-by: Nils Wallménius <nils@rockbox.org>
Diffstat (limited to 'apps/codecs/libspeex/SOURCES')
| -rw-r--r-- | apps/codecs/libspeex/SOURCES | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/apps/codecs/libspeex/SOURCES b/apps/codecs/libspeex/SOURCES deleted file mode 100644 index 575bcb5..0000000 --- a/apps/codecs/libspeex/SOURCES +++ /dev/null @@ -1,45 +0,0 @@ -bits.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 -filters.c -gain_table.c -gain_table_lbr.c -hexc_10_32_table.c -hexc_table.c -high_lsp_tables.c -lsp.c -lsp_tables_nb.c -ltp.c -modes.c -modes_wb.c -nb_celp.c -quant_lsp.c -sb_celp.c -speex.c -speex_callbacks.c -#ifndef ROCKBOX_VOICE_CODEC -#ifndef ROCKBOX_VOICE_ENCODER -oggframing.c -#endif -stereo.c -speex_header.c -#endif -#ifdef ROCKBOX_VOICE_ENCODER -lpc.c -vbr.c -vq.c -window.c -resample.c -#else -#ifdef CPU_COLDFIRE -filters_cf.S -ltp_cf.S -#elif defined(CPU_ARM) -filters_arm4.S -#endif -#endif |