diff options
| author | Thom Johansen <thomj@rockbox.org> | 2007-11-06 17:10:17 +0000 |
|---|---|---|
| committer | Thom Johansen <thomj@rockbox.org> | 2007-11-06 17:10:17 +0000 |
| commit | f5903789fb745d21644f93a82fd3e2404bb8ff65 (patch) | |
| tree | c847ec2e48eb3ebc6343bb15f32558d7e302c280 /apps/codecs/libspeex/nb_celp.c | |
| parent | 3eed6fc0251eb5cdce4eda39e036df76838fa60e (diff) | |
| download | rockbox-f5903789fb745d21644f93a82fd3e2404bb8ff65.zip rockbox-f5903789fb745d21644f93a82fd3e2404bb8ff65.tar.gz rockbox-f5903789fb745d21644f93a82fd3e2404bb8ff65.tar.bz2 rockbox-f5903789fb745d21644f93a82fd3e2404bb8ff65.tar.xz | |
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
Diffstat (limited to 'apps/codecs/libspeex/nb_celp.c')
| -rw-r--r-- | apps/codecs/libspeex/nb_celp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libspeex/nb_celp.c b/apps/codecs/libspeex/nb_celp.c index 50e1b11..4751068 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) { |