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/cb_search.c | |
parent | 3eed6fc0251eb5cdce4eda39e036df76838fa60e (diff) | |
download | rockbox-f5903789fb745d21644f93a82fd3e2404bb8ff65.tar.gz rockbox-f5903789fb745d21644f93a82fd3e2404bb8ff65.zip |
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/cb_search.c')
-rw-r--r-- | apps/codecs/libspeex/cb_search.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libspeex/cb_search.c b/apps/codecs/libspeex/cb_search.c index 8afb8ab5f3..ecb3918298 100644 --- a/apps/codecs/libspeex/cb_search.c +++ b/apps/codecs/libspeex/cb_search.c @@ -512,7 +512,7 @@ int update_target target[j]=SUB16(target[j],PSHR16(r2[j],2)); } } -#endif +#endif /* SPEEX_DISABLE_ENCODER*/ void split_cb_shape_sign_unquant( @@ -600,7 +600,7 @@ int update_target for (i=0;i<nsf;i++) target[i]=0; } -#endif +#endif /* SPEEX_DISABLE_ENCODER */ void noise_codebook_unquant( |