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:
parent
06c405620c
commit
4c4b3a314a
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue