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:
parent
3eed6fc025
commit
f5903789fb
7 changed files with 18 additions and 14 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue