1
0
Fork 0
forked from len0rd/rockbox

Disable some unused code in speex to save binsize.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29949 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2011-06-02 20:52:54 +00:00
parent d860c87800
commit 73d0e14f44
8 changed files with 58 additions and 18 deletions

View file

@ -464,13 +464,13 @@ const SpeexMode speex_nb_mode = {
&nb_encoder_ctl,
&nb_decoder_ctl,
#else
/* NULL,
NULL,
NULL,
NULL,
NULL, */
&nb_decoder_init,
&nb_decoder_destroy,
&nb_decode,
NULL,
/* NULL, */
&nb_decoder_ctl,
#endif
};