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 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 fc2d4b9475..5241b4ecd8 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 */