summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/speex_header.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/speex_header.c')
-rw-r--r--apps/codecs/libspeex/speex_header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/speex_header.c b/apps/codecs/libspeex/speex_header.c
index 1cb25ac2ff..6d1e010828 100644
--- a/apps/codecs/libspeex/speex_header.c
+++ b/apps/codecs/libspeex/speex_header.c
@@ -126,7 +126,7 @@ char *speex_header_to_packet(SpeexHeader *header, int *size)
126 *size = sizeof(SpeexHeader); 126 *size = sizeof(SpeexHeader);
127 return (char *)le_header; 127 return (char *)le_header;
128} 128}
129#endif 129#endif /* SPEEX_DISABLE_ENCODER */
130 130
131static SpeexHeader global_le_header; /* Avoid malloc */ 131static SpeexHeader global_le_header; /* Avoid malloc */
132SpeexHeader *speex_packet_to_header(char *packet, int size) 132SpeexHeader *speex_packet_to_header(char *packet, int size)