diff options
author | Thom Johansen <thomj@rockbox.org> | 2007-12-08 00:50:16 +0000 |
---|---|---|
committer | Thom Johansen <thomj@rockbox.org> | 2007-12-08 00:50:16 +0000 |
commit | 4c4b3a314aa5ba39f55a90faa6887ebcb29398c3 (patch) | |
tree | 425627be841f108e96bd1de68ebfe8b7977ab5b4 | |
parent | 06c405620c8300d90799e1ad962964ff7227d662 (diff) | |
download | rockbox-4c4b3a314aa5ba39f55a90faa6887ebcb29398c3.tar.gz rockbox-4c4b3a314aa5ba39f55a90faa6887ebcb29398c3.zip |
Exclude an unneeded file from the voice codec build. Remove non-existing feature from config-speex.h.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15894 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/codecs/libspeex/SOURCES | 2 | ||||
-rw-r--r-- | apps/codecs/libspeex/config-speex.h | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/apps/codecs/libspeex/SOURCES b/apps/codecs/libspeex/SOURCES index f036734589..575bcb5bae 100644 --- a/apps/codecs/libspeex/SOURCES +++ b/apps/codecs/libspeex/SOURCES | |||
@@ -22,12 +22,12 @@ quant_lsp.c | |||
22 | sb_celp.c | 22 | sb_celp.c |
23 | speex.c | 23 | speex.c |
24 | speex_callbacks.c | 24 | speex_callbacks.c |
25 | speex_header.c | ||
26 | #ifndef ROCKBOX_VOICE_CODEC | 25 | #ifndef ROCKBOX_VOICE_CODEC |
27 | #ifndef ROCKBOX_VOICE_ENCODER | 26 | #ifndef ROCKBOX_VOICE_ENCODER |
28 | oggframing.c | 27 | oggframing.c |
29 | #endif | 28 | #endif |
30 | stereo.c | 29 | stereo.c |
30 | speex_header.c | ||
31 | #endif | 31 | #endif |
32 | #ifdef ROCKBOX_VOICE_ENCODER | 32 | #ifdef ROCKBOX_VOICE_ENCODER |
33 | lpc.c | 33 | lpc.c |
diff --git a/apps/codecs/libspeex/config-speex.h b/apps/codecs/libspeex/config-speex.h index fc2d4b9475..5241b4ecd8 100644 --- a/apps/codecs/libspeex/config-speex.h +++ b/apps/codecs/libspeex/config-speex.h | |||
@@ -35,9 +35,6 @@ | |||
35 | /* Enable valgrind extra checks */ | 35 | /* Enable valgrind extra checks */ |
36 | /* #undef ENABLE_VALGRIND */ | 36 | /* #undef ENABLE_VALGRIND */ |
37 | 37 | ||
38 | /* Enable support for Epic 4.8 kbps mode */ | ||
39 | /* #undef EPIC_48K */ | ||
40 | |||
41 | /* Debug fixed-point implementation */ | 38 | /* Debug fixed-point implementation */ |
42 | /* #undef FIXED_DEBUG */ | 39 | /* #undef FIXED_DEBUG */ |
43 | 40 | ||