1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Thom Johansen 2007-11-06 17:10:17 +00:00
parent 3eed6fc025
commit f5903789fb
7 changed files with 18 additions and 14 deletions

View file

@ -126,7 +126,7 @@ char *speex_header_to_packet(SpeexHeader *header, int *size)
*size = sizeof(SpeexHeader);
return (char *)le_header;
}
#endif
#endif /* SPEEX_DISABLE_ENCODER */
static SpeexHeader global_le_header; /* Avoid malloc */
SpeexHeader *speex_packet_to_header(char *packet, int size)