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:
parent
d860c87800
commit
73d0e14f44
8 changed files with 58 additions and 18 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue