summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/nb_celp.c
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2007-11-06 17:10:17 +0000
committerThom Johansen <thomj@rockbox.org>2007-11-06 17:10:17 +0000
commitf5903789fb745d21644f93a82fd3e2404bb8ff65 (patch)
treec847ec2e48eb3ebc6343bb15f32558d7e302c280 /apps/codecs/libspeex/nb_celp.c
parent3eed6fc0251eb5cdce4eda39e036df76838fa60e (diff)
downloadrockbox-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/nb_celp.c')
-rw-r--r--apps/codecs/libspeex/nb_celp.c4
1 files changed, 2 insertions, 2 deletions
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)
1024 1024
1025 return 1; 1025 return 1;
1026} 1026}
1027#endif 1027#endif /* SPEEX_DISABLE_ENCODER */
1028 1028
1029static DecState global_decstate IBSS_ATTR; 1029static DecState global_decstate IBSS_ATTR;
1030 1030
@@ -1947,7 +1947,7 @@ int nb_encoder_ctl(void *state, int request, void *ptr)
1947 } 1947 }
1948 return 0; 1948 return 0;
1949} 1949}
1950#endif 1950#endif /* SPEEX_DISABLE_ENCODER */
1951 1951
1952int nb_decoder_ctl(void *state, int request, void *ptr) 1952int nb_decoder_ctl(void *state, int request, void *ptr)
1953{ 1953{