From f5903789fb745d21644f93a82fd3e2404bb8ff65 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Tue, 6 Nov 2007 17:10:17 +0000 Subject: Exclude some unneeded LSP code. Add some #endif clarification comments here and there. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15497 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libspeex/nb_celp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/codecs/libspeex/nb_celp.c') diff --git a/apps/codecs/libspeex/nb_celp.c b/apps/codecs/libspeex/nb_celp.c index 50e1b11372..4751068153 100644 --- a/apps/codecs/libspeex/nb_celp.c +++ b/apps/codecs/libspeex/nb_celp.c @@ -1024,7 +1024,7 @@ int nb_encode(void *state, void *vin, SpeexBits *bits) return 1; } -#endif +#endif /* SPEEX_DISABLE_ENCODER */ static DecState global_decstate IBSS_ATTR; @@ -1947,7 +1947,7 @@ int nb_encoder_ctl(void *state, int request, void *ptr) } return 0; } -#endif +#endif /* SPEEX_DISABLE_ENCODER */ int nb_decoder_ctl(void *state, int request, void *ptr) { -- cgit v1.2.3