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
This commit is contained in:
Thom Johansen 2007-12-08 00:50:16 +00:00
parent 06c405620c
commit 4c4b3a314a
2 changed files with 1 additions and 4 deletions

View file

@ -22,12 +22,12 @@ quant_lsp.c
sb_celp.c sb_celp.c
speex.c speex.c
speex_callbacks.c speex_callbacks.c
speex_header.c
#ifndef ROCKBOX_VOICE_CODEC #ifndef ROCKBOX_VOICE_CODEC
#ifndef ROCKBOX_VOICE_ENCODER #ifndef ROCKBOX_VOICE_ENCODER
oggframing.c oggframing.c
#endif #endif
stereo.c stereo.c
speex_header.c
#endif #endif
#ifdef ROCKBOX_VOICE_ENCODER #ifdef ROCKBOX_VOICE_ENCODER
lpc.c lpc.c

View file

@ -35,9 +35,6 @@
/* Enable valgrind extra checks */ /* Enable valgrind extra checks */
/* #undef ENABLE_VALGRIND */ /* #undef ENABLE_VALGRIND */
/* Enable support for Epic 4.8 kbps mode */
/* #undef EPIC_48K */
/* Debug fixed-point implementation */ /* Debug fixed-point implementation */
/* #undef FIXED_DEBUG */ /* #undef FIXED_DEBUG */