summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2007-12-08 00:50:16 +0000
committerThom Johansen <thomj@rockbox.org>2007-12-08 00:50:16 +0000
commit4c4b3a314aa5ba39f55a90faa6887ebcb29398c3 (patch)
tree425627be841f108e96bd1de68ebfe8b7977ab5b4 /apps/codecs
parent06c405620c8300d90799e1ad962964ff7227d662 (diff)
downloadrockbox-4c4b3a314aa5ba39f55a90faa6887ebcb29398c3.zip
rockbox-4c4b3a314aa5ba39f55a90faa6887ebcb29398c3.tar.gz
rockbox-4c4b3a314aa5ba39f55a90faa6887ebcb29398c3.tar.bz2
rockbox-4c4b3a314aa5ba39f55a90faa6887ebcb29398c3.tar.xz
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
Diffstat (limited to 'apps/codecs')
-rw-r--r--apps/codecs/libspeex/SOURCES2
-rw-r--r--apps/codecs/libspeex/config-speex.h3
2 files changed, 1 insertions, 4 deletions
diff --git a/apps/codecs/libspeex/SOURCES b/apps/codecs/libspeex/SOURCES
index f036734..575bcb5 100644
--- a/apps/codecs/libspeex/SOURCES
+++ b/apps/codecs/libspeex/SOURCES
@@ -22,12 +22,12 @@ quant_lsp.c
sb_celp.c
speex.c
speex_callbacks.c
-speex_header.c
#ifndef ROCKBOX_VOICE_CODEC
#ifndef ROCKBOX_VOICE_ENCODER
oggframing.c
#endif
stereo.c
+speex_header.c
#endif
#ifdef ROCKBOX_VOICE_ENCODER
lpc.c
diff --git a/apps/codecs/libspeex/config-speex.h b/apps/codecs/libspeex/config-speex.h
index fc2d4b9..5241b4e 100644
--- a/apps/codecs/libspeex/config-speex.h
+++ b/apps/codecs/libspeex/config-speex.h
@@ -35,9 +35,6 @@
/* Enable valgrind extra checks */
/* #undef ENABLE_VALGRIND */
-/* Enable support for Epic 4.8 kbps mode */
-/* #undef EPIC_48K */
-
/* Debug fixed-point implementation */
/* #undef FIXED_DEBUG */